From 8af4cdbdb52932dca5d16fbce42a2f6fad4e3b8b Mon Sep 17 00:00:00 2001
From: Administrator <1051256694@qq.com>
Date: 星期六, 28 三月 2026 14:59:29 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/WrkMastLogMapper.xml |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/src/main/resources/mapper/WrkMastLogMapper.xml b/src/main/resources/mapper/WrkMastLogMapper.xml
index 4e6cb34..5f5faa4 100644
--- a/src/main/resources/mapper/WrkMastLogMapper.xml
+++ b/src/main/resources/mapper/WrkMastLogMapper.xml
@@ -119,31 +119,4 @@
         <include refid="queryWhere"></include>
     </select>
 
-    <select id="inventoryFlowAll" resultType="com.zy.asrs.entity.InventoryFlowDto">
-        select
-            a.wrk_no wrkNo,
-            a.io_type ioType,
-            a.io_time ioTime,
-            a.wrk_sts wrkSts,
-            a.source_loc_no sourceLocNo,
-            a.loc_no locNo,
-            a.barcode zpallet,
-            b.matnr,
-            b.maktx,
-            b.order_no orderNo,
-            b.batch,
-            b.anfme,
-            b.modi_time modiTime,
-            b.modi_user modiUser
-        from
-            asr_wrk_mast_log a
-                inner join asr_wrk_detl_log b on
-                        a.wrk_no = b.wrk_no
-                    and a.io_time = b.io_time
-                    and a.wrk_sts in(5, 15)
-                    <include refid="queryWhere"></include>
-        order by
-            a.modi_time desc
-    </select>
-
 </mapper>

--
Gitblit v1.9.1