فهرست منبع

增加首页日发电量

wangb@gyee-china.com 1 سال پیش
والد
کامیت
c8fb3105e0
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      web/runeconomy-xk/src/main/java/com/gyee/runeconomy/service/monitor/MonitorService.java

+ 6 - 0
web/runeconomy-xk/src/main/java/com/gyee/runeconomy/service/monitor/MonitorService.java

@@ -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));