2 Commits

Author SHA1 Message Date
73a316d7fb 综合评估算法调整 2026-07-16 09:00:45 +08:00
cdf
c0e686d540 添加前置类型 2026-07-15 13:15:10 +08:00
2 changed files with 3 additions and 1 deletions

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

View File

@@ -31,6 +31,8 @@ public class DeviceRebootMessage {
private String ip;
//终端型号
private String devType;
//前置类型
private String comType;
//挂载单位
private String org_name;
//组织名称