Browse Source

光伏逆变器利用小时
智慧检修气象

xushili 2 years ago
parent
commit
4efaae1f46

+ 1 - 1
src/main/java/com/gyee/frame/schdule/windturbinestatetime/TaskLoadrateHourlyStatistics.java

@@ -183,7 +183,7 @@ public class TaskLoadrateHourlyStatistics {
     public List<WindTurbineTestingPointAi2> getAi2ForElectricity() {
         if(ai2ForElectricity==null){
             WindTurbineTestingPointAi2Example example = new WindTurbineTestingPointAi2Example();
-            example.createCriteria().andUniformcodeEqualTo("RFDLREAD").andWindpowerstationidLike("%GDC");
+            example.createCriteria().andUniformcodeEqualTo("RFDL").andWindpowerstationidLike("%GDC");
             ai2ForElectricity = windTurbineTestingPointAiService.selectByExample(example);
         }
         return ai2ForElectricity;

+ 2 - 0
src/main/java/com/gyee/frame/service/websocket/SandtableService.java

@@ -380,6 +380,7 @@ public class SandtableService {
                 }
                 if (mttrmaps.containsKey("mtbf")) {
                     tb_mtbf = (double) mttrmaps.get("mtbf");
+                    if(tb_mtbf!=0)
                     tb_mtbf = new BigDecimal(mtbf - tb_mtbf).divide(new BigDecimal(tb_mtbf), 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue();
 
                 }
@@ -421,6 +422,7 @@ public class SandtableService {
                 }
                 if (mttrmaps.containsKey("mtbf")) {
                     bg_mtbf = (double) mttrmaps.get("mtbf");
+                    if(bg_mtbf!=0)
                     bg_mtbf = new BigDecimal(mtbf - bg_mtbf).divide(new BigDecimal(bg_mtbf), 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue();
                     if(bg_mtbf<-100)
                     {