|
|
@@ -381,6 +381,7 @@ public class IotBoardServiceImpl implements IotBoardService {
|
|
|
}
|
|
|
IotBoardTotalData.RecordingStorage storage = new IotBoardTotalData.RecordingStorage();
|
|
|
storage.setHashmap(hashMap);
|
|
|
+ totalData.setRecordingStorage(storage);
|
|
|
|
|
|
IotBoardTotalData.VideoDiagnostic videoDiagnostic = videoDiagnosisService.selectVideoDiagnostic(orgPath, now, channelDataOffsetDay);
|
|
|
totalData.setVideoDiagnostic(videoDiagnostic);
|