监控导入不要parentObj
This commit is contained in:
parent
1e952f6993
commit
3cca4e4a1c
@ -619,7 +619,7 @@ public class VideoItemController {
|
||||
videoItem.setDeviceState(2);
|
||||
videoItem.setGroupId(group.getId());
|
||||
videoItem.setAiFunctionType(aiFunctionType);
|
||||
videoItem.setParentObj(JSON.toJSONString(group));
|
||||
// videoItem.setParentObj(JSON.toJSONString(group));
|
||||
videoItem.setAiVideoUrl(aiVideoUrl);
|
||||
videoItem.setDefaultStreamType(Objects.isNull(defaultStreamType) ? 1 : defaultStreamType);
|
||||
List<VideoItem> getItems = Optional.ofNullable(group2NameListMap.get(group.getId())).map(m -> m.get(videoName)).orElse(null);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user