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