Commit 2cc250d9 authored by fangxinjiang's avatar fangxinjiang

用户类型调整

parent e380fd36
...@@ -196,7 +196,7 @@ public class UserController { ...@@ -196,7 +196,7 @@ public class UserController {
@PutMapping @PutMapping
@PreAuthorize("@pms.hasPermission('sys_user_edit')") @PreAuthorize("@pms.hasPermission('sys_user_edit')")
public R<Boolean> updateUser(@Valid @RequestBody UserDTO userDto) { public R<Boolean> updateUser(@Valid @RequestBody UserDTO userDto) {
//userDto.setType(CommonConstants.ZERO_STRING); 2023-04-07 fxj 解决变更LDAP 用户的问题 ///userDto.setType(CommonConstants.ZERO_STRING); 2023-04-07 fxj 解决变更LDAP 用户的问题
return R.ok(userService.updateUser(userDto)); return R.ok(userService.updateUser(userDto));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment