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