he2802 4 лет назад
Родитель
Сommit
b61367fd2c

+ 1 - 1
zhongzheng-admin/src/main/java/com/zhongzheng/controller/system/SysRoleController.java

@@ -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));