出库管理 入库单号写入

This commit is contained in:
zhou-hongcheng
2026-04-22 16:04:26 +08:00
parent 7dd8e53927
commit f40ed734ac
4 changed files with 11 additions and 1 deletions
@@ -65,6 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="copyCodeReferenceIds" column="COPY_CODE_REFERENCE_IDS" />
<result property="pickedCopyCodeReferenceIds" column="picked_copy_code_reference_ids" />
<result property="lotNo" column="lot_no" />
<result property="inOrderNumber" column="in_order_number" />
</resultMap>
@@ -83,7 +84,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.COPY_CODE_REFERENCE_IDS,
a.picked_copy_code_reference_ids,
omd.in_order_number, omd.lot_no as lot_number,
a.lot_No
a.lot_No,a.in_order_number
</sql>
<sql id="selectPickingMaterialDetailPo1">