|
@@ -704,9 +704,11 @@ public class MonitorService {
|
|
ProBasicPowerstationPoint gfsjglvalue = proBasicPowerstationPointService.getPowerstationPoint(str.substring(0, str.indexOf("0")) + "-2", ContantXk.SSZGL);
|
|
ProBasicPowerstationPoint gfsjglvalue = proBasicPowerstationPointService.getPowerstationPoint(str.substring(0, str.indexOf("0")) + "-2", ContantXk.SSZGL);
|
|
gfsjgl = edosUtil.getRealData(gfsjglvalue).getPointValueInDouble();
|
|
gfsjgl = edosUtil.getRealData(gfsjglvalue).getPointValueInDouble();
|
|
}
|
|
}
|
|
- if (wpId.contains(FD) || wpId.contains(GF)){
|
|
|
|
|
|
+ if (wpId.contains(FD)){
|
|
ProBasicPowerstationPoint fdsjglvalue = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZGL);
|
|
ProBasicPowerstationPoint fdsjglvalue = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZGL);
|
|
fdsjgl = edosUtil.getRealData(fdsjglvalue).getPointValueInDouble();
|
|
fdsjgl = edosUtil.getRealData(fdsjglvalue).getPointValueInDouble();
|
|
|
|
+ }
|
|
|
|
+ if (wpId.contains(GF)) {
|
|
ProBasicPowerstationPoint gfsjglvalue = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZGL);
|
|
ProBasicPowerstationPoint gfsjglvalue = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZGL);
|
|
gfsjgl = edosUtil.getRealData(gfsjglvalue).getPointValueInDouble();
|
|
gfsjgl = edosUtil.getRealData(gfsjglvalue).getPointValueInDouble();
|
|
}
|
|
}
|