处理问题 https://gitee.com/zhijiantianya/ruoyi-vue-pro/issues/I560LX
@ -215,6 +215,9 @@ public class RoleServiceImpl implements RoleService {
@Override
public List<RoleDO> getRoles(@Nullable Collection<Integer> statuses) {
if (statuses==null) {
return roleMapper.selectList();
}
return roleMapper.selectListByStatus(statuses);