From 5f6a645ee025d496c1f190377fce8302917b74f8 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 08 一月 2025 15:46:03 +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 1ae5714..a921fd4 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -165,14 +165,14 @@
select * from asr_wrk_mast
where wrk_sts in (201,202,203)
and shuttle_no = #{shuttleNo}
- order by priority desc,start_time,wrk_no asc
+ order by io_pri desc,io_time,wrk_no asc
</select>
<select id="selectChargeWorkingByChargeSta" resultMap="BaseResultMap">
select * from asr_wrk_mast
where wrk_sts in (201,202,203)
and mk = #{chargeSta}
- order by priority desc,start_time,wrk_no asc
+ order by io_pri desc,io_time,wrk_no asc
</select>
</mapper>
--
Gitblit v1.9.1