|
@@ -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);
|
|
|
+
|
|
|
|
|
|
|
|
|
return allmap;
|