订单管理相关

This commit is contained in:
潘荣晟
2025-10-22 17:29:29 +08:00
parent c5467b2c71
commit 4d85ea4ebd
38 changed files with 2667 additions and 61 deletions

View File

@@ -166,6 +166,10 @@
po.CREATOR,
po.UPDATER,
po.DELETED,
po.pdtGrpCdg,
po.pdtGrpName,
po.saleAcsCdg,
po.saleAcsName,
pod.ID as pod_id,
pod.ORD_ID,
pod.LINE_NUM,
@@ -279,6 +283,10 @@
<result column="UNT" property="unt"/>
<result column="MTRL_TP" property="mtrlTp"/>
<result column="SPLY_BSN_TP" property="splyBsnTp"/>
<result column="PDT_GRP_CDG" property="pdtGrpCdg"/>
<result column="PDT_GRP_NAME" property="pdtGrpName"/>
<result column="SALE_ACS_CDG" property="saleAcsCdg"/>
<result column="SALE_ACS_NAME" property="saleAcsName"/>
</resultMap>
<resultMap id="PrchOrdDtlResultMap" type="com.zt.plat.module.contractorder.dal.dataobject.purchaseorder.PrchOrdDtlDO">
@@ -328,6 +336,5 @@
<result column="ENTT_DTL" property="enttDtl"/>
<result column="ELEM_ABBR" property="elemAbbr"/>
<result column="ELEM_NAME" property="elemName"/>
<result column="ELEM_CDG" property="elemCdg"/>
</resultMap>
</mapper>