Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73a316d7fb | |||
| c0e686d540 |
@@ -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");
|
||||
|
||||
@@ -31,6 +31,8 @@ public class DeviceRebootMessage {
|
||||
private String ip;
|
||||
//终端型号
|
||||
private String devType;
|
||||
//前置类型
|
||||
private String comType;
|
||||
//挂载单位
|
||||
private String org_name;
|
||||
//组织名称
|
||||
|
||||
Reference in New Issue
Block a user