From 4d41b2a829a5519b99e77cb02fd2e21a377e16f3 Mon Sep 17 00:00:00 2001
From: wanggongfeng <1305282856@qq.com>
Date: Thu, 14 May 2020 15:13:44 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=9A=E5=91=98=E7=AE=A1=E7=90=86-?=
=?UTF-8?q?=E5=B7=B2=E8=AE=A4=E8=AF=81=E5=85=9A=E5=91=98=E3=80=91=E3=80=90?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E8=AE=A4=E8=AF=81=E6=97=B6?=
=?UTF-8?q?=E9=97=B4=E6=94=B9=E4=B8=BA=E6=B3=A8=E5=86=8C=E6=97=B6=E9=97=B4?=
=?UTF-8?q?=E3=80=91-=E7=8E=8B=E5=85=AC=E5=B3=B0-2020-05-14?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/PartyMembersDao.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/PartyMembersDao.xml b/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/PartyMembersDao.xml
index 1d7250d69..8466c2322 100755
--- a/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/PartyMembersDao.xml
+++ b/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/PartyMembersDao.xml
@@ -166,8 +166,8 @@
and eu.MOBILE = #{mobile}
and eu.IDENTITY_NO = #{identityNo}
and eu.REGIST_FLAG = #{registFlag}
- and eu.REGISTER_TIME >= #{startTime}
- #{endTime}
+ and eu.CREATE_TIME >= #{startTime}
+ #{endTime}
AND (find_in_set(#{streetId},eu.PARENT_DEPT_IDS) OR find_in_set(#{streetId},eu.ALL_DEPT_IDS))