From 00004eb0a17e8b695ca03584e47f10e6ab5fcad4 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Mon, 18 Nov 2024 11:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=90=9C=E7=B4=A2=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=BA=AB=E4=BB=BD=E8=AF=81=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/gxwebsoft/common/system/mapper/xml/UserMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/gxwebsoft/common/system/mapper/xml/UserMapper.xml b/src/main/java/com/gxwebsoft/common/system/mapper/xml/UserMapper.xml index f388ca4..939a4e8 100644 --- a/src/main/java/com/gxwebsoft/common/system/mapper/xml/UserMapper.xml +++ b/src/main/java/com/gxwebsoft/common/system/mapper/xml/UserMapper.xml @@ -171,6 +171,7 @@ AND ( a.username = #{param.keywords} OR a.user_id = #{param.keywords} + OR a.id_card = #{param.keywords} OR a.merchant_id = #{param.keywords} OR a.nickname LIKE CONCAT('%', #{param.keywords}, '%') OR a.real_name LIKE CONCAT('%', #{param.keywords}, '%')