|
|
|
@ -23,6 +23,12 @@
|
|
|
|
|
<if test="neUserName != null and '' != neUserName">
|
|
|
|
|
AND userName != #{neUserName}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="deptName != null and '' != deptName">
|
|
|
|
|
AND auth_dept.name LIKE CONCAT('%', #{deptName}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="deptName != null and '' != deptName">
|
|
|
|
|
AND auth_dept.name != #{deptName}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="lastUpdateTime != null and lastUpdateTime != ''">
|
|
|
|
|
<![CDATA[
|
|
|
|
|
and DATE_FORMAT(lastModifyTime
|
|
|
|
|