全业务考评 преди 1 година
родител
ревизия
5142ed5c01
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      power-fitting-JN/src/main/java/com.gyee.power.fitting/service/custom/windresource/BladeService.java

+ 1 - 1
power-fitting-JN/src/main/java/com.gyee.power.fitting/service/custom/windresource/BladeService.java

@@ -50,7 +50,7 @@ public class BladeService {
                 }
             }
             //风机在不发电情况下
-            if (item.getFilter() == 2 && avg > 70){
+            if (item.getFilter() == 2){
                 Map<String, Object> mtj = new HashMap<>();
                 mtj.put("time", item.getTime());
                 mtj.put("value", new BigDecimal(90 - avg).setScale(2, RoundingMode.CEILING).doubleValue());