From 85de135b1887d4e8c1b8d4f3a21482a1258af255 Mon Sep 17 00:00:00 2001 From: YUJT Date: Thu, 3 Jun 2021 17:10:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BF=87=E6=97=B6=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/epidemic/EpidemicUserInfoDao.xml | 18 ------------------ 1 file changed, 18 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 c77b89e..563d0ed 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 @@ -59,15 +59,6 @@ left join epidemic_user_inout_record uir on ui.ID_CARD=uir.ID_CARD where ui.DEL_FLAG='0' and uir.DEL_FLAG='0' - - and - - uir.LIVE_ADDRESS_CODE like '%${deptId}%' - - - - and date_format(uir.CREATED_TIME,'%Y-%m-%d') BETWEEN #{startTime} AND #{endTime} - and ui.ID_CARD = #{idCard} @@ -77,15 +68,6 @@ and uir.MOBILE = #{mobile} - - and uir.RETURN_STATE =#{returnState} - - - and uir.OUT_LIVE_ADDRESS_CODE like '%${outCode}%' - - - and uir.LIVE_ADDRESS_CODE like '%${outStreet}%' - and uir.LIVE_ADDRESS_NAME like '%${street}%'