疯狂的狮子Li
2022-06-27 5eff9a50b63c5c7987b1f93534996d2d7a37189b
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysRoleController.java
@@ -148,7 +148,7 @@
    @SaCheckPermission("system:role:remove")
    @Log(title = "角色管理", businessType = BusinessType.DELETE)
    @DeleteMapping("/{roleIds}")
    public R<Void> remove(@ApiParam("岗位ID串") @PathVariable Long[] roleIds) {
    public R<Void> remove(@ApiParam("角色ID串") @PathVariable Long[] roleIds) {
        return toAjax(roleService.deleteRoleByIds(roleIds));
    }