From 4b8bdefa889a3e6797d2760bc207c0e373e86c86 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 07 二月 2024 09:17:22 +0800
Subject: [PATCH] #AGV 输送线扫码器扫描

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

diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index 8bb543e..4526992 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -241,4 +241,11 @@
         and wrk_sts in (1,2,3,4,5)
         order by io_pri desc,io_time,wrk_no asc
     </select>
+
+    <select id="select300Wrk" resultMap="BaseResultMap">
+        select * from asr_wrk_mast
+        where (source_sta_no in (300) and io_type > 100)
+        or (source_sta_no in (341) and wrk_sts = 2)
+        or (sta_no in (300) and shuttle_no is not null)
+    </select>
 </mapper>

--
Gitblit v1.9.1