|
|
@@ -171,7 +171,7 @@ public class SysRoleController extends BaseController
|
|
|
@ApiOperation("删除角色")
|
|
|
@PreAuthorize("@ss.hasPermi('system:role:remove')")
|
|
|
@Log(title = "角色管理", businessType = BusinessType.DELETE)
|
|
|
- @PostMapping("/{roleIds}")
|
|
|
+ @PostMapping("/delete/{roleIds}")
|
|
|
public AjaxResult remove(@PathVariable Long[] roleIds)
|
|
|
{
|
|
|
return toAjax(roleService.deleteRoleByIds(roleIds));
|