|
@@ -161,8 +161,8 @@ public class TsDataService {
|
|
for (String tagName : strings) {
|
|
for (String tagName : strings) {
|
|
//Date start, Date end, Integer sampleType, Integer sampleRate, String paths,
|
|
//Date start, Date end, Integer sampleType, Integer sampleRate, String paths,
|
|
// String pageIndex, String pageSize, Boolean isDesc
|
|
// String pageIndex, String pageSize, Boolean isDesc
|
|
- DateTime time0 = DateUtil.offsetDay(time, -3);
|
|
|
|
- List<PointData> pdsMap = adapterService.getPointData(time0, time, 1, 0, tagName,"1","1",true);
|
|
|
|
|
|
+ DateTime time0 = DateUtil.offsetHour(time, -3);
|
|
|
|
+ List<PointData> pdsMap = adapterService.getPointData(time0, time, 0, 600, tagName,"1","1",true);
|
|
if (CollUtil.isNotEmpty(pdsMap)) result.put(tagName, pdsMap.get(0));
|
|
if (CollUtil.isNotEmpty(pdsMap)) result.put(tagName, pdsMap.get(0));
|
|
}
|
|
}
|
|
return result;
|
|
return result;
|