From c4d808b6d41a77603ebffbd0cf599e9fa1234ab0 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期五, 08 十二月 2023 09:42:15 +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