调整实体
This commit is contained in:
@@ -184,7 +184,7 @@ public class IDataCrossingServiceImpl implements IDataCrossingService {
|
||||
.collect(Collectors.groupingBy(DataVDto::getLineId));
|
||||
|
||||
/**
|
||||
* 功能描述:获取influxDB -> data_plt -> 长时间闪变 -> 最大值(原始算法去掉了)
|
||||
* 功能描述:获取influxDB -> data_plt -> 长时间闪变 -> 注(取最大值原始算法去掉了,现没有根据最大值比较)
|
||||
*/
|
||||
Map<String, List<DataPltDto>> dataPlt = dataFlickerAllTime.stream()
|
||||
.filter(x -> phase.contains(x.getPhasicType()))
|
||||
@@ -851,7 +851,7 @@ public class IDataCrossingServiceImpl implements IDataCrossingService {
|
||||
if(CollUtil.isNotEmpty(info)){
|
||||
return JSON.toJSONString(info);
|
||||
}
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
|
||||
private void addAbnormalData(List<AbnormalData> list,String phasicType, String valueType, String time, Double value, float overLimitValue) {
|
||||
|
||||
Reference in New Issue
Block a user