From 1d624dfdb040825ffecba6c792c480be662b2dbc Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期四, 10 四月 2025 17:39:56 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index 60065a7..4025668 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -130,7 +130,7 @@
     <select id="selectShuttleMoveWrk" resultMap="BaseResultMap">
         select * from asr_wrk_mast
         where 1=1
-        and wrk_sts in (301,302,303,304,305,306,307,308,309,310,311)
+--         and wrk_sts in (301,302,303,304,305,306,307,308,309,310,311)
         and io_type = 200
         order by io_pri desc,io_time,wrk_no asc
     </select>

--
Gitblit v1.9.1