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 8466c2322..107800d01 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.CREATE_TIME >= #{startTime}
- #{endTime}
+ and eu.CREATED_TIME >= #{startTime}
+ #{endTime}
AND (find_in_set(#{streetId},eu.PARENT_DEPT_IDS) OR find_in_set(#{streetId},eu.ALL_DEPT_IDS))