From 3a9d58496d5a07458f5e888ed627afd847feb183 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期四, 30 十一月 2023 14:23:58 +0800
Subject: [PATCH] 项目表
---
modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseQaAuditDao.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseQaAuditDao.xml b/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseQaAuditDao.xml
index f24fdfe..1884ee2 100644
--- a/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseQaAuditDao.xml
+++ b/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseQaAuditDao.xml
@@ -8,8 +8,8 @@
from warehouse_qa_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