调整实体

This commit is contained in:
wr
2025-03-12 13:50:41 +08:00
parent efab972d0b
commit 646b58a21b
11 changed files with 22 additions and 22 deletions

View File

@@ -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) {