监控导入不要parentObj
This commit is contained in:
parent
b7a3e9ff46
commit
9f7f5c3632
@ -619,7 +619,7 @@ public class VideoItemController {
|
|||||||
videoItem.setDeviceState(2);
|
videoItem.setDeviceState(2);
|
||||||
videoItem.setGroupId(group.getId());
|
videoItem.setGroupId(group.getId());
|
||||||
videoItem.setAiFunctionType(aiFunctionType);
|
videoItem.setAiFunctionType(aiFunctionType);
|
||||||
videoItem.setParentObj(JSON.toJSONString(group));
|
// videoItem.setParentObj(JSON.toJSONString(group));
|
||||||
videoItem.setAiVideoUrl(aiVideoUrl);
|
videoItem.setAiVideoUrl(aiVideoUrl);
|
||||||
videoItem.setDefaultStreamType(Objects.isNull(defaultStreamType) ? 1 : defaultStreamType);
|
videoItem.setDefaultStreamType(Objects.isNull(defaultStreamType) ? 1 : defaultStreamType);
|
||||||
List<VideoItem> getItems = Optional.ofNullable(group2NameListMap.get(group.getId())).map(m -> m.get(videoName)).orElse(null);
|
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