Преглед изворни кода

设置recordingStorage字段返回值

xujie пре 1 година
родитељ
комит
db2d1df6b5

+ 1 - 0
soc-modules/soc-modules-iot/src/main/java/com/xunmei/iot/service/impl/IotBoardServiceImpl.java

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