liu
2026-09-02 1fb5fc73e8df33b25337ab34f669ab03e0d9ce06
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/api/permission/RoleApiImpl.java
@@ -37,4 +37,10 @@
        List<RoleDO> list = roleService.getRoleList(ids);
        return BeanUtils.toBean(list, RoleRespDTO.class);
    }
    @Override
    public List<RoleRespDTO> getRoleList() {
        List<RoleDO> list = roleService.getRoleList();
        return BeanUtils.toBean(list, RoleRespDTO.class);
    }
}