From b8dd242b46dc1fb370030edad0020879ef7911d9 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 08 十二月 2023 15:44:46 +0800
Subject: [PATCH] #出300站,检测300站任务数量
---
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 bc0cccd..4526992 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -246,5 +246,6 @@
select * from asr_wrk_mast
where (source_sta_no in (300) and io_type > 100)
or (source_sta_no in (341) and wrk_sts = 2)
+ or (sta_no in (300) and shuttle_no is not null)
</select>
</mapper>
--
Gitblit v1.9.1