From d9211c902b9472bc930fb0b191cd4367d12a7b14 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期五, 28 三月 2025 10:18:09 +0800
Subject: [PATCH] 取消整理订单

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

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

--
Gitblit v1.9.1