|
@@ -144,11 +144,8 @@ public class EconomyPointHomePageService {
|
|
|
//三率曲线
|
|
|
threeRateCurvelist = proEconPowerstationInfoDay4Service.getEconThreeRateCurve(foreignKeyId, staType, dateType, date);
|
|
|
|
|
|
- List<ProEconPointCodeDTO> pointCodeDTO = proEconPointCodeService.getEconPointRanking("", foreignKeyId, pointCode,date,dateType,false);
|
|
|
powerstationFnlyl(foreignKeyId,staType,date);//地图场站性息
|
|
|
- /** 场站信息 */
|
|
|
- List<ProBasicPowerstation> powerstationList = proBasicPowerstationService.getProBasicPowerstationlist("", foreignKeyId, staType);
|
|
|
- wsdlfx = new HashMap<>();//五损电量分析
|
|
|
+ wsdlfx = new HashMap<>();//五损电量分析
|
|
|
zhcydl = new ArrayList<>();//综合场用电率
|
|
|
dltjfxList = new ArrayList<>();//电量统计分析
|
|
|
fdinfomap = new HashMap<>();//(风能利用率、发电量、欠发电量)
|
|
@@ -199,7 +196,7 @@ public class EconomyPointHomePageService {
|
|
|
allmap.put("dltjfx", dltjfxList);//电量统计分析
|
|
|
allmap.put("fdlinfo", fdinfomap);//发电量 欠发电量 风能利用率
|
|
|
allmap.put("slqx", slqxList);//三率曲线
|
|
|
- allmap.put("zbphl", pointCodeDTO);//排行榜
|
|
|
+// allmap.put("zbphl", pointCodeDTO);//排行榜
|
|
|
|
|
|
|
|
|
return allmap;
|