From b48ef6d7c52d58fc79ff9b45f98399baedc32e31 Mon Sep 17 00:00:00 2001 From: Jackwang Date: Fri, 10 Dec 2021 10:35:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=8F=A3=E6=90=9C=E7=B4=A2=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/epidemic/EpidemicUserInfoDao.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/epdc-cloud-vim-yushan/src/main/resources/mapper/epidemic/EpidemicUserInfoDao.xml b/epdc-cloud-vim-yushan/src/main/resources/mapper/epidemic/EpidemicUserInfoDao.xml index 8f26a23..c1e21da 100644 --- a/epdc-cloud-vim-yushan/src/main/resources/mapper/epidemic/EpidemicUserInfoDao.xml +++ b/epdc-cloud-vim-yushan/src/main/resources/mapper/epidemic/EpidemicUserInfoDao.xml @@ -71,7 +71,7 @@ and ui.USER_NAME like '%${username}%' - and ui.MOBILE = #{mobile} + and ui.MOBILE like '%${mobile}%' and ui.SPECIAL_CROWD = #{specialCrowd} @@ -151,7 +151,7 @@ and ui.GENDER = #{gender} - and ui.NATION = #{nation} + and ui.NATION like '%${nation}%' and ui.FORMER_NAME like '%${formerName}%' @@ -201,15 +201,14 @@ and ui.CAR like '%${car}%' - and ui.CAR_NO like '%${carNo}%' - and ui.HUSHAI_STATUS = #{hushaiStatus} + and ui.HUSHAI_STATUS like '%${hushaiStatus}%' - and ui.BLOOD_TYPE = #{bloodType} + and ui.BLOOD_TYPE like '%${bloodType}%'