出库和拣货详情增加是否抄码标识

This commit is contained in:
zhou-hongcheng
2026-04-16 16:38:29 +08:00
parent 62f09f74f6
commit 9531d52ef0
5 changed files with 17 additions and 0 deletions
@@ -62,6 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="totalNetWeight" column="total_net_weight" />
<result property="totalVolume" column="total_volume" />
<result property="outUniqueId" column="out_unique_id" />
<result property="copyCodeReferenceIds" column="COPY_CODE_REFERENCE_IDS" />
</resultMap>
@@ -77,6 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.PRODUCTION_DATE, a.EXPIRY_DATE, a.INVENTORY_DATE, a.EXT_ATTR_3, a.EXT_ATTR_4,
a.create_time, a.create_by, a.create_by_name, a.update_time, a.update_by, a.update_by_name, a.del_flag,
a.total_area, a.total_gross_weight, a.total_net_weight, a.total_volume, a.out_unique_id,
a.COPY_CODE_REFERENCE_IDS,
omd.in_order_number, omd.lot_no as lot_number
</sql>