bug
luoyisheng
2025-03-27 3b149aa6effb5b89e91de0a199718ae535046f02
medicalWaste-admin/src/main/java/com/sinata/web/controller/backend/system/SysRoleController.java
@@ -139,6 +139,11 @@
        return R.ok(roleService.getManageRoleList(getLoginUser()));
    }
    /**
     * 角色列表
     *
     * @return
     */
    @ApiOperation("角色列表")
    @GetMapping("/list")
    public R<List<SysRoleVO>> queryList() {