From bdb924aaaef6a8d282ed2d34850cfd229d5865c7 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 08 十二月 2025 09:31:42 +0800
Subject: [PATCH] #增加许可证

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

diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index 6f14410..0187fbe 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -73,13 +73,6 @@
         order by io_pri desc,wrk_sts desc
     </select>
 
-    <select id="selectNoShuttleWrkByLev" resultMap="BaseResultMap">
-        select * from asr_wrk_mast
-        where shuttle_no is null
-        and ((wrk_sts = 2 and loc_no like #{lev}) or (wrk_sts = 101 and source_loc_no like #{lev}))
-        order by io_pri desc,wrk_sts desc
-    </select>
-
     <select id="selectShuttleWrkByLev" resultMap="BaseResultMap">
         select * from asr_wrk_mast
         where shuttle_no is not null
@@ -97,8 +90,6 @@
     <select id="selectLiftWrkMast" resultMap="BaseResultMap">
         select * from asr_wrk_mast
         where lift_no = #{liftNo}
-        and wrk_sts in (3,4,104,105,302,303,304,305,306,307,308,309)
-        limit 0,1
     </select>
 
     <select id="selectLocToLocWrkMast" resultMap="BaseResultMap">
@@ -171,7 +162,7 @@
 
     <select id="selectChargeWorkingByChargeSta" resultMap="BaseResultMap">
         select * from asr_wrk_mast
-        where wrk_sts in (201,202,203)
+        where wrk_sts in (201,202,203,204,205,210)
         and mk = #{chargeSta}
         order by io_pri desc,io_time,wrk_no asc
     </select>

--
Gitblit v1.9.1