From 3497a71c04c77f85fa103973f3d425d0b5d4c2aa Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 14 十月 2023 09:37:07 +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 1937f10..ab88e90 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -174,7 +174,7 @@
     <select id="selectInOutWrkMast" resultMap="BaseResultMap">
         select * from asr_wrk_mast
         where io_type in (1,101)
-        and wrk_sts not in (14,15,34,35)
+        and wrk_sts not in (9,10,29,30)
         order by io_pri desc,wrk_sts desc
     </select>
 

--
Gitblit v1.9.1