From f491d30b0a69148bd0991b3d5b1c4cf9f8216949 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期五, 12 一月 2024 09:52:39 +0800
Subject: [PATCH] 修改

---
 modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseQaAuditDao.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 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..ab67944 100644
--- a/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseQaAuditDao.xml
+++ b/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseQaAuditDao.xml
@@ -5,11 +5,11 @@
 
     <select id="getList" resultType="com.zt.life.modules.configItemWarehouse.model.WarehouseQaAudit">
         select a.*
-        from warehouse_qa_audit a
+        from config_item_warehouse_qa 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