From ffe79a71f68397604713b554053c2f2be2cdae7b Mon Sep 17 00:00:00 2001
From: zzw <wander.zheng@qq.com>
Date: 星期三, 29 十一月 2023 17:03:42 +0800
Subject: [PATCH] 编号

---
 modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseCmAuditDao.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseCmAuditDao.xml b/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseCmAuditDao.xml
index 0b0852a..4b0dc7e 100644
--- a/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseCmAuditDao.xml
+++ b/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseCmAuditDao.xml
@@ -8,8 +8,8 @@
         from warehouse_cm_audit a
         <where>
             a.is_delete = 0
-            <if test="whereSql!=null">
-                and ${whereSql}
+            <if test="warehouseId!=null">
+                and warehouse_id = ${warehouseId}
             </if>
         </where>
         <if test="orderBySql!=null">

--
Gitblit v1.9.1