|
|
@@ -244,12 +244,12 @@ public class GetWindReportService {
|
|
|
List<performance> performancesls = new ArrayList<>();
|
|
|
performance performance = new performance();
|
|
|
performance.setDbwd("月度发电量");
|
|
|
- performance.setTop("1." + topIds[0] + "号:" + topFdl[0] + "万KWh;" +
|
|
|
- "2." + topIds[1] + "号:" + topFdl[1] + "万KWh;" +
|
|
|
- "3." + topIds[2] + "号:" + topFdl[2] + "万KWh;");
|
|
|
- performance.setBottom("1." + bottomIds[0] + "号:" + bottomFdl[0] + "万KWh;" +
|
|
|
- "2." + bottomIds[1] + "号:" + bottomFdl[1] + "万KWh;" +
|
|
|
- "3." + bottomIds[2] + "号:" + bottomFdl[2] + "万KWh;");
|
|
|
+ performance.setTop("1." + topIds[0] + "号:" + topFdl[0] + "万kWh;" +
|
|
|
+ "2." + topIds[1] + "号:" + topFdl[1] + "万kWh;" +
|
|
|
+ "3." + topIds[2] + "号:" + topFdl[2] + "万kWh;");
|
|
|
+ performance.setBottom("1." + bottomIds[0] + "号:" + bottomFdl[0] + "万kWh;" +
|
|
|
+ "2." + bottomIds[1] + "号:" + bottomFdl[1] + "万kWh;" +
|
|
|
+ "3." + bottomIds[2] + "号:" + bottomFdl[2] + "万kWh;");
|
|
|
|
|
|
performancesls.add(performance);
|
|
|
|
|
|
@@ -267,12 +267,12 @@ public class GetWindReportService {
|
|
|
|
|
|
performance performance3 = new performance();
|
|
|
performance3.setDbwd("月度损失电量");
|
|
|
- performance3.setTop("1." + ssdltop3list.get(0).getStationId() + "号:" + StringUtils.round(ssdltop3list.get(0).getGzss() / bl, 2) + "万KWh;" +
|
|
|
- "2." + ssdltop3list.get(1).getStationId() + "号:" + StringUtils.round(ssdltop3list.get(1).getGzss() / bl, 2) + "万KWh;" +
|
|
|
- "3." + ssdltop3list.get(2).getStationId() + "号:" + StringUtils.round(ssdltop3list.get(2).getGzss() / bl, 2) + "万KWh;");
|
|
|
- performance3.setBottom("1." + ssdlbottom3list.get(0).getStationId() + "号:" + StringUtils.round(ssdlbottom3list.get(0).getGzss() / bl, 2) + "万KWh;" +
|
|
|
- "2." + ssdlbottom3list.get(1).getStationId() + "号:" + StringUtils.round(ssdlbottom3list.get(1).getGzss() / bl, 2) + "万KWh;" +
|
|
|
- "3." + ssdlbottom3list.get(2).getStationId() + "号:" + StringUtils.round(ssdlbottom3list.get(2).getGzss() / bl, 2) + "万KWh;");
|
|
|
+ performance3.setTop("1." + ssdltop3list.get(0).getStationId() + "号:" + StringUtils.round(ssdltop3list.get(0).getGzss() / bl, 2) + "万kWh;" +
|
|
|
+ "2." + ssdltop3list.get(1).getStationId() + "号:" + StringUtils.round(ssdltop3list.get(1).getGzss() / bl, 2) + "万kWh;" +
|
|
|
+ "3." + ssdltop3list.get(2).getStationId() + "号:" + StringUtils.round(ssdltop3list.get(2).getGzss() / bl, 2) + "万kWh;");
|
|
|
+ performance3.setBottom("1." + ssdlbottom3list.get(0).getStationId() + "号:" + StringUtils.round(ssdlbottom3list.get(0).getGzss() / bl, 2) + "万kWh;" +
|
|
|
+ "2." + ssdlbottom3list.get(1).getStationId() + "号:" + StringUtils.round(ssdlbottom3list.get(1).getGzss() / bl, 2) + "万kWh;" +
|
|
|
+ "3." + ssdlbottom3list.get(2).getStationId() + "号:" + StringUtils.round(ssdlbottom3list.get(2).getGzss() / bl, 2) + "万kWh;");
|
|
|
|
|
|
performancesls.add(performance3);
|
|
|
map.put("performances", performancesls);
|
|
|
@@ -280,12 +280,12 @@ public class GetWindReportService {
|
|
|
benchmark benchmark1 = new benchmark();
|
|
|
benchmark1.setTargets("对标对象:选择" + topIds[0] + "号、" + topIds[1] + "号、" + topIds[2] + "号风机");
|
|
|
benchmark1.setIndicator("对标指标:\n" +
|
|
|
- " 单台发电量:" + topIds[0] + "号" + topFdl[0] + "万KWh、" + topIds[1] + "号" + topFdl[1] + "万KWh、" + topIds[2] + "号" + topFdl[2] + "万KWh\n" +
|
|
|
- " 故障损失电量:" + topIds[0] + "号" + topGzssdl[0] + "万KWh、" + topIds[1] + "号" + topGzssdl[1] + "万KWh、" + topIds[2] + "号" + topGzssdl[2] + "万KWh\n" +
|
|
|
- " 检修损失电量:" + topIds[0] + "号" + topJxssdl[0] + "万KWh、" + topIds[1] + "号" + topJxssdl[1] + "万KWh、" + topIds[2] + "号" + topJxssdl[2] + "万KWh\n" +
|
|
|
- " 性能未达标损失电量:" + topIds[0] + "号" + topXnssdl[0] + "万KWh、" + topIds[1] + "号" + topXnssdl[1] + "万KWh、" + topIds[2] + "号" + topXnssdl[2] + "万KWh\n" +
|
|
|
- " 限电损失电量:" + topIds[0] + "号" + topXdssdl[0] + "万KWh、" + topIds[1] + "号" + topXdssdl[1] + "万KWh、" + topIds[2] + "号" + topXdssdl[2] + "万KWh\n" +
|
|
|
- " 受累损失电量:" + topIds[0] + "号" + topSlssdl[0] + "万KWh、" + topIds[1] + "号" + topSlssdl[1] + "万KWh、" + topIds[2] + "号" + topSlssdl[2] + "万KWh\n" +
|
|
|
+ " 单台发电量:" + topIds[0] + "号" + topFdl[0] + "万kWh、" + topIds[1] + "号" + topFdl[1] + "万kWh、" + topIds[2] + "号" + topFdl[2] + "万kWh\n" +
|
|
|
+ " 故障损失电量:" + topIds[0] + "号" + topGzssdl[0] + "万kWh、" + topIds[1] + "号" + topGzssdl[1] + "万kWh、" + topIds[2] + "号" + topGzssdl[2] + "万kWh\n" +
|
|
|
+ " 检修损失电量:" + topIds[0] + "号" + topJxssdl[0] + "万kWh、" + topIds[1] + "号" + topJxssdl[1] + "万kWh、" + topIds[2] + "号" + topJxssdl[2] + "万kWh\n" +
|
|
|
+ " 性能未达标损失电量:" + topIds[0] + "号" + topXnssdl[0] + "万kWh、" + topIds[1] + "号" + topXnssdl[1] + "万kWh、" + topIds[2] + "号" + topXnssdl[2] + "万kWh\n" +
|
|
|
+ " 限电损失电量:" + topIds[0] + "号" + topXdssdl[0] + "万kWh、" + topIds[1] + "号" + topXdssdl[1] + "万kWh、" + topIds[2] + "号" + topXdssdl[2] + "万kWh\n" +
|
|
|
+ " 受累损失电量:" + topIds[0] + "号" + topSlssdl[0] + "万kWh、" + topIds[1] + "号" + topSlssdl[1] + "万kWh、" + topIds[2] + "号" + topSlssdl[2] + "万kWh\n" +
|
|
|
" 风能利用率:" + topIds[0] + "号" + topFnlyl[0] + "%、" + topIds[1] + "号" + topFnlyl[1] + "%、" + topIds[2] + "号" + topFnlyl[2] + "%\n" +
|
|
|
" 故障损失率:" + topIds[0] + "号" + StringUtils.round(topGzssdl[0] / topLlfdl[0] * 100, 2) + "%、" + topIds[1] + "号" + StringUtils.round(topGzssdl[1] / topLlfdl[1] * 100, 2) + "%、" + topIds[2] + "号" + StringUtils.round(topGzssdl[2] / topLlfdl[2] * 100, 2) + "%\n" +
|
|
|
" 检修损失率:" + topIds[0] + "号" + StringUtils.round(topJxssdl[0] / topLlfdl[0] * 100, 2) + "%、" + topIds[1] + "号" + StringUtils.round(topJxssdl[1] / topLlfdl[1] * 100, 2) + "%、" + topIds[2] + "号" + StringUtils.round(topJxssdl[2] / topLlfdl[2] * 100, 2) + "%\n" +
|