From 1772fc5e211f9e9e0ab4cdc6c29b436aac178c2a Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期五, 23 二月 2024 12:19:55 +0800 Subject: [PATCH] 修改 --- modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseCmAuditDao.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 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..d1667fb 100644 --- a/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseCmAuditDao.xml +++ b/modules/mainPart/src/main/resources/mapper/configItemWarehouse/WarehouseCmAuditDao.xml @@ -5,11 +5,11 @@ <select id="getList" resultType="com.zt.life.modules.configItemWarehouse.model.WarehouseCmAudit"> select a.* - from warehouse_cm_audit a + from config_item_warehouse_cm 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