|
@@ -224,7 +224,7 @@ public class SysUserController extends BaseController
|
|
/**
|
|
/**
|
|
* 用户授权角色
|
|
* 用户授权角色
|
|
*/
|
|
*/
|
|
- @RequiresPermissions("system:user:add")
|
|
|
|
|
|
+ @RequiresPermissions("system:user:edit")
|
|
@Log(title = "用户管理", businessType = BusinessType.GRANT)
|
|
@Log(title = "用户管理", businessType = BusinessType.GRANT)
|
|
@PostMapping("/authRole/insertAuthRole")
|
|
@PostMapping("/authRole/insertAuthRole")
|
|
@ResponseBody
|
|
@ResponseBody
|