|
@ -195,6 +195,7 @@ WHERE 1 = 1 |
|
|
u.del_flag = '0' |
|
|
u.del_flag = '0' |
|
|
and u.IDENTITY_NO is not null |
|
|
and u.IDENTITY_NO is not null |
|
|
and u.state = '1' |
|
|
and u.state = '1' |
|
|
|
|
|
and u.STATUS = '0' |
|
|
<![CDATA[ AND u.IDENTITY_NO != '' ]]> |
|
|
<![CDATA[ AND u.IDENTITY_NO != '' ]]> |
|
|
<if test="startTime != '' and endTime != ''">and u.CREATED_TIME between #{startTime} and #{endTime}</if> |
|
|
<if test="startTime != '' and endTime != ''">and u.CREATED_TIME between #{startTime} and #{endTime}</if> |
|
|
<if test="realName != '' and realName != null">and u.real_name like '%${realName}%'</if> |
|
|
<if test="realName != '' and realName != null">and u.real_name like '%${realName}%'</if> |
|
|