From 348a0821a72601d8a9935ef2a3478501c6e97812 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 03 四月 2024 12:43:34 +0800
Subject: [PATCH] #

---
 zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml b/zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml
index e9eefa3..e8a6247 100644
--- a/zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml
+++ b/zy-asrs-common/src/main/resources/mapper/wms/OrderDetlMapper.xml
@@ -17,6 +17,13 @@
         </if>
     </sql>
 
+    <select id="selectWorkingDetls" resultType="com.zy.asrs.common.wms.entity.OrderDetl">
+        select * from wms_order_detl
+        where 1=1
+        and order_id = #{orderId}
+        and qty &lt; anfme
+    </select>
+
     <select id="selectItem" resultType="com.zy.asrs.common.wms.entity.OrderDetl">
         select * from wms_order_detl
         where 1=1

--
Gitblit v1.9.1