代码更新

dev
1178634255 2 years ago
parent 91cf593506
commit c241831d6d

@ -133,7 +133,7 @@ public class AuthUserController extends BaseController {
return ResultVOUtils.success(authAdmin);
}
//修改用户信息
//修改用户信息
@AuthRuleAnnotation("")
@PostMapping("/admin/auth/admin/updateUser")
public BaseResponse updateUser(@RequestBody UpdateUserRequset updateUserRequset) {

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

Loading…
Cancel
Save