From 16ed2e0fee6c7e99b68d02bea6a54970d1ecf081 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 18 十一月 2025 13:45:46 +0800
Subject: [PATCH] 初始化

---
 src/main/resources/mapper/TaskWrkMapper.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/TaskWrkMapper.xml b/src/main/resources/mapper/TaskWrkMapper.xml
index 5027694..6350877 100644
--- a/src/main/resources/mapper/TaskWrkMapper.xml
+++ b/src/main/resources/mapper/TaskWrkMapper.xml
@@ -49,6 +49,13 @@
         and start_point = #{startPoint}
     </select>
 
+    <select id="selectByBarcode" resultMap="BaseResultMap">
+        select top 1 * from wcs_task_wrk
+        where 1=1
+          and io_type=3
+          and barcode = #{barcode}
+    </select>
+
     <select id="selectByWrkNo" resultMap="BaseResultMap">
         select top 1 * from wcs_task_wrk
         where 1=1

--
Gitblit v1.9.1