From 0a63134c5fca10906b261fd4f1aba3f365c031ba Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期五, 26 十二月 2025 15:18:49 +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