From efc529af784bf35daf6e8d1d6108467cdcf8f663 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 07 十二月 2023 16:25:39 +0800 Subject: [PATCH] 修改 --- modules/mainPart/src/main/resources/mapper/project/EnvironHardwareResourcesDao.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/project/EnvironHardwareResourcesDao.xml b/modules/mainPart/src/main/resources/mapper/project/EnvironHardwareResourcesDao.xml index db884be..2f417ec 100644 --- a/modules/mainPart/src/main/resources/mapper/project/EnvironHardwareResourcesDao.xml +++ b/modules/mainPart/src/main/resources/mapper/project/EnvironHardwareResourcesDao.xml @@ -8,8 +8,8 @@ from environ_hardware_resources a <where> a.is_delete = 0 - <if test="whereSql!=null"> - and ${whereSql} + <if test="environId!=null"> + and environ_id = ${environId} </if> </where> <if test="orderBySql!=null"> -- Gitblit v1.9.1