From 15bebd1398993db87e72f501d1dc64cc018e46ca Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 17 十一月 2025 13:13:00 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index 727c376..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 not in (9,10,109,110,210,311,410)
-        limit 0,1
     </select>
 
     <select id="selectLocToLocWrkMast" resultMap="BaseResultMap">

--
Gitblit v1.9.1