用户管理
This commit is contained in:
parent
d6ea866154
commit
04f54846f6
@ -141,7 +141,7 @@ public class SysUserController extends BaseController {
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('system:user:edit')")
|
||||
@Log(title = "用户管理", businessType = BusinessType.UPDATE)
|
||||
@PutMapping
|
||||
@PutMapping("/edit")
|
||||
public AjaxResult edit(@Validated @RequestBody SysUser user) {
|
||||
userService.checkUserAllowed(user);
|
||||
userService.checkUserDataScope(user.getUserId());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user