From 96bca0b125a0dccbd59322d4cedff9868052ecf9 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 24 七月 2023 16:11:17 +0800
Subject: [PATCH] selectRackInStep48
---
src/main/resources/mapper/WrkMastMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index c726335..8e793e4 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -113,7 +113,7 @@
and ((wrk_sts = 4) or (wrk_sts = 8 and shuttle_no is not null))
and sta_no = #{staNo}
and wrk_no=#{workNo}
- and io_type in (1)
+ and io_type in (1,10)
order by io_pri desc,wrk_sts desc
</select>
--
Gitblit v1.9.1