From 8aa26cdd7fd9c4ed2d9fc56be0f9c9c05f531b18 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 20 二月 2025 13:47:29 +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 cfe0813..5e2d94c 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -110,6 +110,7 @@
         select * from asr_wrk_mast
         where wrk_sts=11
           and crn_no = 7
+          and io_type != 11
         order by io_time,wrk_no asc
     </select>
 

--
Gitblit v1.9.1