出库和拣货详情增加是否抄码标识
This commit is contained in:
+2
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user