综合评估算法调整

This commit is contained in:
2026-07-16 09:00:45 +08:00
parent c0e686d540
commit 73a316d7fb

View File

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