From 9ad36b2b910aa15e45d5fb40b7e39d8d887a7cb7 Mon Sep 17 00:00:00 2001 From: Administrator <zhubaomin> Date: 星期二, 28 五月 2024 08:26:47 +0800 Subject: [PATCH] 2024-05-27 朱宝民 远程开关阀、RTU在线情况 --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserMapper.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserMapper.xml index ccf499f..f99beee 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserMapper.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserMapper.xml @@ -271,8 +271,8 @@ AND user.supperAdmin != 1 AND user.deleted = 0 - <if test = "name != null and name !=''"> - AND user.name like CONCAT('%',#{name},'%') + <if test = "userName != null and userName !=''"> + AND user.name like CONCAT('%',#{userName},'%') </if> <if test = "phone != null and phone !=''"> @@ -304,8 +304,8 @@ AND user.supperAdmin != 1 AND user.deleted = 0 - <if test = "name != null and name !=''"> - AND user.name like CONCAT('%',#{name},'%') + <if test = "userName != null and userName !=''"> + AND user.name like CONCAT('%',#{userName},'%') </if> <if test = "phone != null and phone !=''"> -- Gitblit v1.8.0