From 958883d6f4dac68fcbbccadb4e7f87e963eee0e8 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 09 七月 2025 12:32:40 +0800
Subject: [PATCH] 新增盘点提取库存后可以删除明细

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

diff --git a/zy-asrs-common/src/main/resources/mapper/wms/LocMastMapper.xml b/zy-asrs-common/src/main/resources/mapper/wms/LocMastMapper.xml
index 626241e..4cd7c0b 100644
--- a/zy-asrs-common/src/main/resources/mapper/wms/LocMastMapper.xml
+++ b/zy-asrs-common/src/main/resources/mapper/wms/LocMastMapper.xml
@@ -10,6 +10,9 @@
         <if test="locType1 != null">
             and loc_type1 = #{locType1}
         </if>
+        <if test="whsType != null">
+            and whs_type = #{whsType}
+        </if>
         <if test="rowBeg != null">
             and row1 >= #{rowBeg}
         </if>

--
Gitblit v1.9.1