bug
luoyisheng
2025-04-01 f7a9f7036f862500a03ce31b322a928392131fa7
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() {