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 @@ - + - +