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