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))