From 16ed2e0fee6c7e99b68d02bea6a54970d1ecf081 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 18 十一月 2025 13:45:46 +0800
Subject: [PATCH] 初始化
---
src/main/resources/mapper/WrkMastMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index 32279a3..d572645 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -113,7 +113,7 @@
</select>
<select id="selectLocMove" resultMap="BaseResultMap">
- select top 1 * from dbo.asr_wrk_mast where wrk_sts=11 and io_type=11 and crn_no=#{crnNo} order by io_time,wrk_no
+ select top 1 * from dbo.asr_wrk_mast where io_type=3 and crn_no=#{crnNo} order by io_time,wrk_no
</select>
<select id="selectLocMoving" resultMap="BaseResultMap">
@@ -177,7 +177,7 @@
where wrk_no > 0)
))
and io_type != 11
- and source_sta_no = #{sourceStaNo}
+ and sta_no = #{staNo}
order by io_time,wrk_no
</select>
</mapper>
--
Gitblit v1.9.1