From d2314059892561c4d9f89264db43cf92d741eb42 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期四, 26 六月 2025 15:05:08 +0800
Subject: [PATCH] 完善待测

---
 src/main/resources/mapper/WrkDetlMapper.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/WrkDetlMapper.xml b/src/main/resources/mapper/WrkDetlMapper.xml
index 91c1927..df633fa 100644
--- a/src/main/resources/mapper/WrkDetlMapper.xml
+++ b/src/main/resources/mapper/WrkDetlMapper.xml
@@ -53,7 +53,9 @@
     <select id="devpPackNo" resultMap="BaseResultMap">
         select top 1 * from asr_wrk_detl_log where 1=1 and wrk_no = #{workNo} order by io_time desc
     </select>
-
+    <select id="devpPackNo1" resultMap="BaseResultMap">
+        select top 1 * from asr_wrk_detl where 1=1 and wrk_no = #{workNo} order by io_time desc
+    </select>
     <update id="updateIoTime">
         update asr_wrk_detl
         set io_time = #{ioTime}

--
Gitblit v1.9.1