From dc59abe689c5aed8abb7d70c07f2d04f41377393 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 04 六月 2025 21:27:52 +0800
Subject: [PATCH] 关闭与erp的对接

---
 src/main/resources/mapper/asrs/WrkDetlMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/asrs/WrkDetlMapper.xml b/src/main/resources/mapper/asrs/WrkDetlMapper.xml
index 2d7e421..5bc637e 100644
--- a/src/main/resources/mapper/asrs/WrkDetlMapper.xml
+++ b/src/main/resources/mapper/asrs/WrkDetlMapper.xml
@@ -88,9 +88,9 @@
     </update>
 
     <select id="selectAndLogByOrderNo" resultMap="BaseResultMap">
-        select * from asr_wrk_detl where order_no = #{orderNo}
+        select * from asr_wrk_detl where order_no = #{orderNo} and io_type != 53
         union
-        select * from asr_wrk_detl_log where order_no = #{orderNo}
+        select * from asr_wrk_detl_log where order_no = #{orderNo} and io_type != 53
     </select>
 
     <update id="updateInspect">

--
Gitblit v1.9.1