|
@@ -162,7 +162,7 @@ public class SysRoleController extends BaseController {
|
|
|
*/
|
|
|
@PreAuthorize("@ss.hasPermi('system:role:edit')")
|
|
|
@Log(title = "角色管理", businessType = BusinessType.UPDATE)
|
|
|
- @RequestMapping
|
|
|
+ @RequestMapping("/edit")
|
|
|
public AjaxResult edit(@Validated @RequestBody SysRole role) {
|
|
|
// roleService.checkRoleAllowed(role);
|
|
|
// roleService.checkRoleDataScope(role.getRoleId());
|