|
|
|
@ -26,9 +26,6 @@
|
|
|
|
|
<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
|
|
|
|
@ -40,8 +37,8 @@
|
|
|
|
|
AND auth_user.locDeptCode = #{deptCode}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
ORDER BY id
|
|
|
|
|
DESC
|
|
|
|
|
ORDER BY id DESC
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="findByUserName" parameterType="hashmap" resultType="com.glxp.api.entity.auth.AuthAdmin">
|
|
|
|
|