wms-提货单sql
This commit is contained in:
@@ -382,7 +382,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="copyCode" column="copy_code"/>
|
||||
<result property="outboundQuantity" column="outbound_quantity"/>
|
||||
<result property="packName" column="pack_name"/>
|
||||
|
||||
<result property="boxPalletNo" column="box_pallet_no"/>
|
||||
</resultMap>
|
||||
|
||||
|
||||
@@ -408,6 +408,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
AND ccr.batch_number = #{batchNumber}
|
||||
AND ccr.material_base_info_id = #{materialBaseInfoId}
|
||||
AND ccr.warehouse_id = #{warehouseId}
|
||||
AND ccr.box_pallet_no = #{boxPalletNo}
|
||||
</select>
|
||||
|
||||
|
||||
@@ -427,6 +428,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
b.piece_count,
|
||||
b.material_base_info_id,
|
||||
b.outbound_quantity,
|
||||
b.box_pallet_no,
|
||||
mbi.copy_code
|
||||
FROM out_material_detail b
|
||||
LEFT JOIN material_base_info mbi ON b.material_base_info_id = mbi.material_base_info_id
|
||||
|
||||
Reference in New Issue
Block a user