From 13f796dc50449ae2ec525ef02aaf4b49a91a564b Mon Sep 17 00:00:00 2001 From: qirong <2032486488@qq.com> Date: 星期三, 29 十一月 2023 11:16:42 +0800 Subject: [PATCH] 修改重置 --- src/main/resources/mapper/UserMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/UserMapper.xml b/src/main/resources/mapper/UserMapper.xml index a785fac..2579dda 100644 --- a/src/main/resources/mapper/UserMapper.xml +++ b/src/main/resources/mapper/UserMapper.xml @@ -331,7 +331,7 @@ <where> and deleted=0 <if test="userName != null and userName != ''"> - and user_name like concat('%',#{userName},'%') + and real_name like concat('%',#{userName},'%') </if> <if test="role != null "> and role= #{role} -- Gitblit v1.8.0