1.专项分析-指标总览算法修改
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user