|
|
@ -262,7 +262,7 @@ public class IotThingModelServiceImpl extends BaseServiceImpl<IotThingModelMappe |
|
|
if (StringUtils.isNotBlank(attrs)) { |
|
|
if (StringUtils.isNotBlank(attrs)) { |
|
|
attrList.addAll(Arrays.stream(attrs.split(",")).distinct().toList()); |
|
|
attrList.addAll(Arrays.stream(attrs.split(",")).distinct().toList()); |
|
|
} |
|
|
} |
|
|
return tsKvService.findPageTsKvByCodeAndAttrs(entityCode, attrList, startTime,endTime, false,page, limit); |
|
|
|
|
|
|
|
|
return tsKvService.findPageLatestByCodesAndAttrs(Lists.newArrayList(entityCode), attrList, false,page, limit); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|