From d38a99fc6091dace45be886d914ccef90b583ebb Mon Sep 17 00:00:00 2001
From: czkh <czkh@163.com>
Date: 星期一, 10 十一月 2025 09:44:33 +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 3772083..2bfb733 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -149,7 +149,7 @@
     </select>
 
     <select id="selectWorking" resultMap="BaseResultMap">
-        select top 1 * from dbo.asr_wrk_mast where 1=1 and (wrk_sts=3 or wrk_sts=12 or wrk_sts=103 or wrk_sts=105 or wrk_sts=106) and crn_no=#{crnNo} order by io_time,wrk_no
+        select top 1 * from dbo.asr_wrk_mast where 1=1 and (wrk_sts=3 or wrk_sts=12 or wrk_sts=103 or wrk_sts=105 or wrk_sts=106 or wrk_sts=108) and crn_no=#{crnNo} order by io_time,wrk_no
     </select>
 
 <!--    &lt;!&ndash; 鍏ュ簱浠诲姟 &ndash;&gt;-->

--
Gitblit v1.9.1