|
|
@@ -488,7 +488,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
String strategy = param.getSort() == 3 ? "recommend" : "normal";
|
|
|
List<ContentPlatformVideo> videoList = planMapperExt.getVideoList(param, dt, datastatDt, type, channel, strategy,
|
|
|
videoMinScore, offset, param.getPageSize(), sort);
|
|
|
- List<VideoContentItemVO> list = buildVideoContentItemVOList(videoList, type, channel, user.getChannel(), datastatDt);
|
|
|
+ List<VideoContentItemVO> list = buildVideoContentItemVOList(videoList, type, "sum", user.getChannel(), datastatDt);
|
|
|
result.setObjs(list);
|
|
|
return result;
|
|
|
}
|