From 2f8c016b3bcc50ea1f913036e4efbef0b0185e81 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Tue, 22 Jun 2021 17:30:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/epidemic/EpidemicUserInfoDao.xml | 3 +++ 1 file changed, 3 insertions(+) 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 1e39fee..e7708ba 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 @@ -77,6 +77,9 @@ and uir.GRID_NAME like '%${gridName}%' + + and ui.SPECIAL_CROWD = #{specialCrowd} + AND STR_TO_DATE(ui.BIRTHDAY, '%Y-%m-%d') >= DATE_FORMAT( #{ageStart}, '%Y-%m-%d' ) AND ui.BIRTHDAY LIKE '%-%'