From bc52d57a7fab6bf6dca886bcf5d0b4b8de633558 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 22:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/materialInventory/MaterialInventoryMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 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 1c872ecdd..80d3a9cf1 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 IFNULL(a.freeze_quantity, 0) = 0 - and a.create_by_name like concat('%', #{createByName}, '%') @@ -375,6 +372,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + + and IFNULL(a.freeze_quantity, 0) = 0 +