综合评估算法调整
This commit is contained in:
@@ -175,7 +175,7 @@ public class DataComAssServiceImpl implements IDataComAssService {
|
||||
//************************************频率偏差********************************************
|
||||
lineParam.setColumnName("freq_dev");
|
||||
lineParam.setGe("0.3");
|
||||
lineParam.setGe(null);
|
||||
lineParam.setLt(null);
|
||||
Integer freqDev1 = dataVFeignClient.getColumnNameCountRawData(lineParam).getData();
|
||||
|
||||
lineParam.setGe("0.2");
|
||||
|
||||
Reference in New Issue
Block a user