算法优化
This commit is contained in:
@@ -21,6 +21,13 @@ public class DataCleanJsonDTO {
|
||||
private String targetName;
|
||||
|
||||
private List<DataHarmCleanNormalJsonDTO> list;
|
||||
|
||||
@ApiModelProperty("异常时间")
|
||||
private Integer errorTimes;
|
||||
|
||||
@ApiModelProperty("异常数据量")
|
||||
private Integer errorCounts;
|
||||
|
||||
}
|
||||
|
||||
@Data
|
||||
@@ -37,6 +44,9 @@ public class DataCleanJsonDTO {
|
||||
|
||||
@ApiModelProperty("数据类型")
|
||||
private String valueType;
|
||||
|
||||
@ApiModelProperty("异常数据量")
|
||||
private Integer errorCounts;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -132,10 +132,6 @@ public class InfluxdbPqsCommunicateImpl implements IPqsCommunicate {
|
||||
|
||||
deviceFeignClient.updateDevComFlag(devComFlagDTO);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user