From 7c55a6d5a0e7c621b6ba5f3899d356e61d0f04c3 Mon Sep 17 00:00:00 2001 From: weikai <123456> Date: Thu, 28 May 2020 11:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90pc=E7=AB=AF=20-=20=E5=85=9A=E5=91=98?= =?UTF-8?q?=E7=AE=A1=E7=90=86=20=E3=80=91-=E3=80=90=E5=BE=85=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E5=85=9A=E5=91=98=20sql=E4=BF=AE=E6=94=B9=E3=80=91-?= =?UTF-8?q?=EF=BC=88=E9=AD=8F=E5=87=AF=EF=BC=89-2020/05/27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../epdc-user-server/src/main/resources/mapper/UserDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/UserDao.xml b/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/UserDao.xml index 385948e23..c9dae8a4e 100644 --- a/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/UserDao.xml +++ b/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/UserDao.xml @@ -1249,7 +1249,7 @@ epdc_user uu where uu.DEL_FLAG = '0' and DATE_FORMAT(uu.CREATED_TIME,'%Y-%m-%d') between #{startTime} and #{endTime} - and uu.real_name uu '%${realName}%' + and uu.real_name like '%${realName}%' and uu.NICKNAME like '%${nickname}%' and uu.mobile like '%${mobile}%' and uu.identity_no like '%${identityNo}%'