1.专项分析-指标总览算法修改

This commit is contained in:
wr
2024-03-06 18:47:17 +08:00
parent 3782ac6900
commit cf0324bff5
6 changed files with 36 additions and 25 deletions

View File

@@ -114,8 +114,8 @@ public class WindFarmIndexOverviewServiceImpl implements WindFarmIndexOverview {
RStatOrgWfIndexOverviewVO vo = new RStatOrgWfIndexOverviewVO();
vo.setMonitorNum(po.getMonitorNum());
vo.setType(dataMap.get(po.getOrgNo()));
vo.setHistograms(po.getAvgExcessiveDays().toString());
vo.setLineCharts(po.getMonitorNum().toString());
vo.setHistograms(po.getProportionOfExcessPoints().toString());
vo.setLineCharts(po.getAvgExcessiveDays().toString());
vo.setMonitorTag(po.getMonitorTag());
return vo;
}).collect(Collectors.toList());