|
|
|
@ -97,7 +97,7 @@ public class TsKvHandleServiceImpl implements TsKvHandleService { |
|
|
|
if (thingCodeList != null) { |
|
|
|
thingCodeList.forEach(temp -> queryMap.put(temp, atterList)); |
|
|
|
} |
|
|
|
List<TsKvDTO> list = tsKvService.findOriginalTsKvByMultiMap(queryMap, startTime, endTime, Boolean.FALSE); |
|
|
|
List<TsKvDTO> list = tsKvService.findLatestByMultiMap(queryMap, startTime, endTime, Boolean.FALSE); |
|
|
|
if(!CollectionUtils.isEmpty(list)) { |
|
|
|
return list.stream().filter(s-> |
|
|
|
!s.getAttrKey().endsWith("am") |
|
|
|
|