|
@@ -704,6 +704,12 @@ public class MonitorService {
|
|
|
ProBasicPowerstationPoint gfsjglvalue = proBasicPowerstationPointService.getPowerstationPoint(str.substring(0, str.indexOf("0")) + "-2", ContantXk.SSZGL);
|
|
|
gfsjgl = edosUtil.getRealData(gfsjglvalue).getPointValueInDouble();
|
|
|
}
|
|
|
+ if (wpId.contains(FD) || wpId.contains(GF)){
|
|
|
+ ProBasicPowerstationPoint fdsjglvalue = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZGL);
|
|
|
+ fdsjgl = edosUtil.getRealData(fdsjglvalue).getPointValueInDouble();
|
|
|
+ ProBasicPowerstationPoint gfsjglvalue = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZGL);
|
|
|
+ gfsjgl = edosUtil.getRealData(gfsjglvalue).getPointValueInDouble();
|
|
|
+ }
|
|
|
|
|
|
for (ProBasicPowerstation wp : wplist) {
|
|
|
// if (wp.getSpare4().equals("1")) {
|