From b3fcc1eda7f6305e9ae128b6ca51cf6d9f3f90c1 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期四, 25 十二月 2025 09:58:49 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/asrs/WrkDetlMapper.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/asrs/WrkDetlMapper.xml b/src/main/resources/mapper/asrs/WrkDetlMapper.xml
index 7ab66dc..05991d2 100644
--- a/src/main/resources/mapper/asrs/WrkDetlMapper.xml
+++ b/src/main/resources/mapper/asrs/WrkDetlMapper.xml
@@ -101,6 +101,14 @@
         <include refid="batchSeq"></include>
     </update>
 
+    <update id="updateBarcode">
+        update asr_wrk_detl
+        set zpallet = #{barcode}
+        , modi_time = getdate()
+        where 1=1
+        and wrk_no = #{wrkNo}
+    </update>
+
     <select id="selectAndLogByOrderNo" resultMap="BaseResultMap">
         select awd.*
         from asr_wrk_detl awd

--
Gitblit v1.9.1