|
@@ -481,6 +481,7 @@ public class MonitorService {
|
|
|
double fnlyl = 0.0;
|
|
|
double fdfnlyl = 0.0;
|
|
|
double gffnlyl = 0.0;
|
|
|
+ double rfdl = 0.0;
|
|
|
double yfdl = 0.0;
|
|
|
double nfdl = 0.0;
|
|
|
double jys = 0.0;
|
|
@@ -590,6 +591,10 @@ public class MonitorService {
|
|
|
ProBasicPowerstationPoint ssfsvalue = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSPJFS);
|
|
|
ssfs = edosUtil.getRealData(ssfsvalue).getPointValueInDouble();
|
|
|
|
|
|
+ //日发电量
|
|
|
+ ProBasicPowerstationPoint rfdlvalue = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.RFDL);
|
|
|
+ rfdl = edosUtil.getRealData(rfdlvalue).getPointValueInDouble();
|
|
|
+
|
|
|
//月发电量
|
|
|
ProBasicPowerstationPoint yfdlvalue = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.YFDL);
|
|
|
yfdl = edosUtil.getRealData(yfdlvalue).getPointValueInDouble();
|
|
@@ -965,6 +970,7 @@ public class MonitorService {
|
|
|
gffnlyl= Math.random() * 10 + 90;
|
|
|
qt.put("aqts", MathUtil.twoBit(aqts));
|
|
|
qt.put("sjgl", MathUtil.twoBit(sjgl));
|
|
|
+ qt.put("rfdl", MathUtil.twoBit(rfdl));
|
|
|
qt.put("yfdl", MathUtil.twoBit(yfdl));
|
|
|
qt.put("nfdl", MathUtil.twoBit(nfdl));
|
|
|
qt.put("llgl", MathUtil.twoBit(llgl));
|