|
|
@@ -549,13 +549,13 @@ public class NewGetWindReportService {
|
|
|
|
|
|
|
|
|
map.put("风能利用率", "场站整体风能利用率:月度" + StringUtils.round(ydfnlyl, 2) + "%,年度" + StringUtils.round(ndfnlyl, 2) + "%");
|
|
|
- map.put("风能利用率Top3风机","风能利用率Top3风机:" + fntop3list.get(0).getStationId() + "号" + StringUtils.round(fntop3list.get(0).getFnlyl(), 2) + "%、"
|
|
|
- + fntop3list.get(1).getStationId() + "号" + StringUtils.round(fntop3list.get(1).getFnlyl(), 2) + "%、" +
|
|
|
- "" + fntop3list.get(1).getStationId() + "号" + StringUtils.round(fntop3list.get(2).getFnlyl(), 2) + "%");
|
|
|
+ map.put("风能利用率Top3风机","风能利用率Top3风机:" + fntop3list.get(0).getStationId() + "号风机" + StringUtils.round(fntop3list.get(0).getFnlyl(), 2) + "%、"
|
|
|
+ + fntop3list.get(1).getStationId() + "号风机" + StringUtils.round(fntop3list.get(1).getFnlyl(), 2) + "%、" +
|
|
|
+ "" + fntop3list.get(1).getStationId() + "号风机" + StringUtils.round(fntop3list.get(2).getFnlyl(), 2) + "%");
|
|
|
|
|
|
- map.put("风能利用率末3风机","风能利用率末3风机:" + fnbottom3list.get(0).getStationId() + "号" + StringUtils.round(fnbottom3list.get(0).getFnlyl(), 2) + "%、" +
|
|
|
- "" + fnbottom3list.get(1).getStationId() + "号" + StringUtils.round(fnbottom3list.get(1).getFnlyl(), 2) + "%、" +
|
|
|
- "" + fnbottom3list.get(2).getStationId() + "号" + StringUtils.round(fnbottom3list.get(2).getFnlyl(), 2) + "%");
|
|
|
+ map.put("风能利用率末3风机","风能利用率末3风机:" + fnbottom3list.get(0).getStationId() + "号风机" + StringUtils.round(fnbottom3list.get(0).getFnlyl(), 2) + "%、" +
|
|
|
+ "" + fnbottom3list.get(1).getStationId() + "号风机" + StringUtils.round(fnbottom3list.get(1).getFnlyl(), 2) + "%、" +
|
|
|
+ "" + fnbottom3list.get(2).getStationId() + "号风机" + StringUtils.round(fnbottom3list.get(2).getFnlyl(), 2) + "%");
|
|
|
|
|
|
double byllfdl = StringUtils.round(monthList.size() > 0 ? monthList.get(0).getLlfdl() / bl : 0, 2);
|
|
|
|