From eb01e42af6c726997585a03f1789bb5376e6f946 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A7=A6=E9=B8=BF=E5=B1=95?= <18031053041@163.com>
Date: Wed, 18 Mar 2026 21:52:22 +0800
Subject: [PATCH] =?UTF-8?q?PDA=E5=AE=B9=E5=99=A8=E7=A7=BB=E4=BD=8D?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/materialInventory/MaterialInventoryMapper.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/mhd_wms/src/main/resources/mapper/materialInventory/MaterialInventoryMapper.xml b/mhd_wms/src/main/resources/mapper/materialInventory/MaterialInventoryMapper.xml
index def9d146e..1c872ecdd 100644
--- a/mhd_wms/src/main/resources/mapper/materialInventory/MaterialInventoryMapper.xml
+++ b/mhd_wms/src/main/resources/mapper/materialInventory/MaterialInventoryMapper.xml
@@ -177,9 +177,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.freeze_quantity = #{freezeQuantity}
-
- and a.freeze_quantity > 0
-
and IFNULL(a.freeze_quantity, 0) = 0