From 3031c7b25a84bf920cc1dc1051f9740eaecf3fe8 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 05 十月 2023 09:47:55 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/WrkMastMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index 43806aa..1937f10 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -197,6 +197,7 @@
select top 1 * from dbo.asr_wrk_mast
where 1=1
and shuttle_no = #{shuttleNo}
+ and wrk_sts not in (111)
and io_type = 200
order by io_pri desc,io_time,wrk_no asc
</select>
--
Gitblit v1.9.1