订单管理相关
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user