From 73bc19174f6229a23e1fa7c5cc688f10ac358196 Mon Sep 17 00:00:00 2001 From: mengjiao <3338049200@qq,com> Date: Mon, 16 Dec 2024 14:58:37 +0800 Subject: [PATCH] =?UTF-8?q?wms=E5=86=B2=E9=94=80=E6=9F=A5=E8=AF=A2rawOrder?= =?UTF-8?q?InId=E6=94=B9=E4=B8=BAID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/wms/WmsRawOrderInMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-modules/op-wms/src/main/resources/mapper/wms/WmsRawOrderInMapper.xml b/op-modules/op-wms/src/main/resources/mapper/wms/WmsRawOrderInMapper.xml index f5e74ec6..28c2b7c5 100644 --- a/op-modules/op-wms/src/main/resources/mapper/wms/WmsRawOrderInMapper.xml +++ b/op-modules/op-wms/src/main/resources/mapper/wms/WmsRawOrderInMapper.xml @@ -252,7 +252,7 @@ LEFT JOIN wms_raw_order_in_sn ON wms_raw_order_in.dn_no=wms_raw_order_in_sn.user_defined5 AND wms_raw_order_in_sn.po_no=wms_raw_order_in.po_no AND wms_raw_order_in.material_code= wms_raw_order_in_sn.material_code LEFT JOIN ods_procure_order ON ods_procure_order.ID= wms_raw_order_in_sn.user_defined3 - where wms_raw_order_in.raw_order_in_id = #{rawOrderInId} + where wms_raw_order_in.raw_order_in_id = #{ID} and wms_raw_order_in.order_status='0'