From fb8419ef141e16b8ec8b1d9802fa0d5a46768794 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 20 九月 2023 08:24:21 +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 466ae6d..0fa8d8a 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -195,7 +195,7 @@
     <select id="selectShuttleMoveWrk" resultMap="BaseResultMap">
         select * from dbo.asr_wrk_mast
         where 1=1
-        and wrk_sts in (101,103,105,107)
+        and wrk_sts in (101,103,105,107,109,111)
         and io_type = 200
         order by io_pri desc,io_time,wrk_no asc
     </select>

--
Gitblit v1.9.1