bug修改

This commit is contained in:
2025-05-20 15:31:11 +08:00
parent fedc457da0
commit 5a5344a659

View File

@@ -106,7 +106,7 @@ public class DeviceRunEvaluateServiceImpl implements DeviceRunEvaluateService {
}
return info;
return info.stream().sorted(Comparator.comparing(DeviceRunEvaluateVO.Info::getEvaluate,Comparator.reverseOrder())).collect(Collectors.toList());
}
private void setEvaluate(List<String> devIds, List<String> lineIds, List<RStatIntegrityD> onIntegrityList, DeviceRunEvaluateVO evaluateVO, List<RStatOnlinerateD> onlineRateList, List<RStatLimitRateDPO> limitRateList) {