From e69e8edd3dd8bde0156b7b81c681ed614add4faa Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期一, 15 十二月 2025 10:14:06 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index 78edc77..9424cb1 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -170,9 +170,16 @@
     </select>
 
     <select id="selectPakOutStep11" resultMap="BaseResultMap">
-        select * from dbo.asr_wrk_mast where crn_no=#{crnNo} and source_sta_no=#{sourceStaNo} and wrk_sts=11 and io_type>100 order by io_pri desc,io_time,wrk_no asc
+        select top 1 *
+        from dbo.asr_wrk_mast with (readpast, updlock)
+        where crn_no=#{crnNo}
+        and source_sta_no=#{sourceStaNo}
+        and wrk_sts=11
+        and io_type>100
+        order by io_pri desc, io_time, wrk_no asc
     </select>
 
+
     <!--                                       鍏ュ嚭搴撴ā寮忕浉鍏�                                      -->
     <select id="selectWorkingPakin" resultMap="BaseResultMap">
         select top 1 * from dbo.asr_wrk_mast where wrk_sts in (2,3,4) and io_type != 11 and source_sta_no = #{sourceStaNo} order by io_time,wrk_no

--
Gitblit v1.9.1