From 50e231ed92faaf6975ac6e3b991f1cbce91729cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Fri, 5 Dec 2025 20:35:10 +0800 Subject: [PATCH] 1 --- .../automatedWarehouse/KitTransportMapper.xml | 3 ++- .../automatedWarehouse/WcsIntegrationMapper.xml | 14 ++++++++------ .../mapper/customer/ShipmentIssueMapper.xml | 3 ++- .../mapper/notify/IssureNotifyMapper.xml | 15 ++++++++++----- .../resources/mapper/notify/NewIssureMapper.xml | 8 ++++---- 5 files changed, 26 insertions(+), 17 deletions(-) diff --git a/src/main/resources/mapper/automatedWarehouse/KitTransportMapper.xml b/src/main/resources/mapper/automatedWarehouse/KitTransportMapper.xml index 6015cdc..e8c8d36 100644 --- a/src/main/resources/mapper/automatedWarehouse/KitTransportMapper.xml +++ b/src/main/resources/mapper/automatedWarehouse/KitTransportMapper.xml @@ -100,9 +100,10 @@ + SELECT pallet_id, @@ -146,7 +147,7 @@ site, calling_flag, remark - FROM pallet WITH (NOLOCK) + FROM pallet WHERE site = #{site} AND pallet_id = #{palletId} AND is_deleted = '0' @@ -210,12 +211,12 @@ - + @@ -388,10 +389,10 @@ - + @@ -732,6 +733,7 @@ + + diff --git a/src/main/resources/mapper/notify/IssureNotifyMapper.xml b/src/main/resources/mapper/notify/IssureNotifyMapper.xml index 924ba8e..c76eea9 100644 --- a/src/main/resources/mapper/notify/IssureNotifyMapper.xml +++ b/src/main/resources/mapper/notify/IssureNotifyMapper.xml @@ -131,8 +131,9 @@ record_version,out_work_order_flag,project_id,order_type,auth_rule_id,bu) FROM SOIssueNotifyOrderMaterialList WITH (NOLOCK) WHERE notify_no=#{notifyNo} AND site=#{site} AND issueType=#{issueType} + + @@ -327,9 +329,10 @@ record_version,out_work_order_flag,project_id,order_type,auth_rule_id,bu) SET status = #{status} WHERE site = #{site} AND notify_no = #{notifyNo} + --> + + diff --git a/src/main/resources/mapper/notify/NewIssureMapper.xml b/src/main/resources/mapper/notify/NewIssureMapper.xml index 15e7c11..61fa85a 100644 --- a/src/main/resources/mapper/notify/NewIssureMapper.xml +++ b/src/main/resources/mapper/notify/NewIssureMapper.xml @@ -175,10 +175,10 @@ - + - +