|
@@ -1377,6 +1377,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
if (Objects.isNull(item.getRecommendScore())) {
|
|
if (Objects.isNull(item.getRecommendScore())) {
|
|
|
item.setRecommendScore(recommendTypeVideoScoreMap.get(video.getVideoId()));
|
|
item.setRecommendScore(recommendTypeVideoScoreMap.get(video.getVideoId()));
|
|
|
}
|
|
}
|
|
|
|
|
+ item.setExperimentId("hot");
|
|
|
result.add(item);
|
|
result.add(item);
|
|
|
}
|
|
}
|
|
|
return result;
|
|
return result;
|