|
@@ -73,7 +73,7 @@ public class ForecastService {
|
|
|
fsyc = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.FSYC);
|
|
|
}
|
|
|
if (wpId.endsWith("GDC_STA")) {
|
|
|
- pjfs = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.SSPJFS);
|
|
|
+ pjfs = proBasicPowerstationPointService.getPowerstationPoint(wp.getWindpowerstationId(), ContantXk.GCGZQD);
|
|
|
fsyc = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.GZYC);
|
|
|
ycgl = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.GLYC);
|
|
|
sjgl = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.SSZGL);
|
|
@@ -145,7 +145,7 @@ public class ForecastService {
|
|
|
fsyc = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.FSYC);
|
|
|
}
|
|
|
if (wpId.endsWith("GDC_STA")) {
|
|
|
- pjfs = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.SSPJFS);
|
|
|
+ pjfs = proBasicPowerstationPointService.getPowerstationPoint(wp.getWindpowerstationId(), ContantXk.GCGZQD);
|
|
|
fsyc = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.GZYC);
|
|
|
ycgl = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.GLYC);
|
|
|
sjgl = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.SSZGL);
|
|
@@ -384,7 +384,7 @@ public class ForecastService {
|
|
|
llgl = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZLLGL);
|
|
|
}
|
|
|
if (wpId.endsWith("GDC_STA")) {
|
|
|
- pjfs = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSPJFS);
|
|
|
+ pjfs = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.GCGZQD);
|
|
|
fsyc = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.GZYC);
|
|
|
ycgl = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.GLYC);
|
|
|
sjgl = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZGL);
|
|
@@ -521,7 +521,7 @@ public class ForecastService {
|
|
|
fsyc = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.FSYC);
|
|
|
}
|
|
|
if (wpId.endsWith("GDC_STA") && type.equals("G")) {
|
|
|
- pjfs = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.SSPJGZD);
|
|
|
+ pjfs = proBasicPowerstationPointService.getPowerstationPoint(wp.getWindpowerstationId(), ContantXk.GCGZQD);
|
|
|
fsyc = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.GZYC);
|
|
|
ycgl = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.GLYC);
|
|
|
sjgl = proBasicPowerstationPointService.getPowerstationPoint(wp.getId(), ContantXk.SSZGL);
|
|
@@ -1059,7 +1059,7 @@ public class ForecastService {
|
|
|
llgl1 = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZLLGL);
|
|
|
}
|
|
|
if (wpId.endsWith("GDC_STA") && type.equals("G")) {
|
|
|
- pjfs1 = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSPJFS);
|
|
|
+ pjfs1 = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.GCGZQD);
|
|
|
fsyc1 = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.GZYC);
|
|
|
ycgl1 = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.GLYC);
|
|
|
sjgl1 = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZGL);
|