|
|
@@ -237,6 +237,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
videoItemVO.setCustomCoverType(video.getCustomCoverType());
|
|
|
videoItemVO.setVideo(video.getVideo());
|
|
|
videoItemVO.setPageUrl(video.getPageUrl());
|
|
|
+ videoItemVO.setExperimentId(video.getExperimentId());
|
|
|
if (Objects.nonNull(bucketDataMapByGhId) && bucketDataMapByGhId.containsKey(video.getVideoId())
|
|
|
&& planItemVO.getType().equals(ContentPlatformGzhPlanTypeEnum.AUTO_REPLY.getVal())) {
|
|
|
CgiReplyBucketData bucketData = bucketDataMapByGhId.get(video.getVideoId());
|