Explorar el Código

更改电压上下限和功率因数上限更新5

jichaobo hace 3 años
padre
commit
9e05e04e58

+ 1 - 1
fiveep-service/src/main/java/com/bizmatics/service/impl/HtAnalogDataServiceImpl.java

@@ -934,7 +934,7 @@ public class HtAnalogDataServiceImpl extends AbstractCrudService<HtAnalogDataMap
         Double cMinF = Double.valueOf(df.format(50.00 - SingleLoopReportList.get(0).getMinF()));
         singleLoopReportOneVo.setMinF(df.format(SingleLoopReportList.get(0).getMinF())+"Hz("+cMinF+"Hz)");
         if (SingleLoopReportList.get(0).getMinF()<50.2&&SingleLoopReportList.get(0).getMinF()>49.8){
-            singleLoopReportOneVo.setMaxFStatus(true);
+            singleLoopReportOneVo.setMinFStatus(true);
         }else {
             singleLoopReportOneVo.setMinFStatus(false);
         }