Browse Source

【党员管理-已认证党员】【查询条件认证时间改为注册时间】-王公峰-2020-05-14

feature/dangjian
wanggongfeng 5 years ago
parent
commit
4d41b2a829
  1. 4
      esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/PartyMembersDao.xml

4
esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/PartyMembersDao.xml

@ -166,8 +166,8 @@
<if test="mobile != null and mobile != '' ">and eu.MOBILE = #{mobile}</if>
<if test="identityNo != null and identityNo != '' ">and eu.IDENTITY_NO = #{identityNo}</if>
<if test="registFlag != null and registFlag != '' ">and eu.REGIST_FLAG = #{registFlag}</if>
<if test="startTime != null and startTime != '' ">and eu.REGISTER_TIME >= #{startTime}</if>
<if test="endTime != null and endTime != '' "> <![CDATA[ and eu.REGISTER_TIME <= ]]> #{endTime}</if>
<if test="startTime != null and startTime != '' ">and eu.CREATE_TIME >= #{startTime}</if>
<if test="endTime != null and endTime != '' "> <![CDATA[ and eu.CREATE_TIME <= ]]> #{endTime}</if>
<if test="streetId != '' and streetId != null">
AND (find_in_set(#{streetId},eu.PARENT_DEPT_IDS) OR find_in_set(#{streetId},eu.ALL_DEPT_IDS))
</if>

Loading…
Cancel
Save