From 24673e6132418a4250f111e1ef38e4dbe15e4f7b Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期四, 25 十二月 2025 11:46:54 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/WrkDetlMapper.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/WrkDetlMapper.xml b/src/main/resources/mapper/WrkDetlMapper.xml
index 2d7e421..191eb20 100644
--- a/src/main/resources/mapper/WrkDetlMapper.xml
+++ b/src/main/resources/mapper/WrkDetlMapper.xml
@@ -76,7 +76,9 @@
         and matnr = #{matnr}
         <include refid="batchSeq"></include>
     </delete>
-
+    <select id="findByBarcode" resultMap="BaseResultMap">
+        select * from asr_wrk_detl where 1=1 and zpallet = #{barcode} and wrk_no != 9996
+    </select>
     <update id="updateAnfme">
         update asr_wrk_detl
         set anfme = #{anfme}

--
Gitblit v1.9.1