|
@@ -604,7 +604,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
ContentPlatformAccount user = LoginUserContext.getUser();
|
|
ContentPlatformAccount user = LoginUserContext.getUser();
|
|
|
// 如果 title 有内容,调用 manager 平台接口搜索
|
|
// 如果 title 有内容,调用 manager 平台接口搜索
|
|
|
if (StringUtils.hasText(param.getTitle())) {
|
|
if (StringUtils.hasText(param.getTitle())) {
|
|
|
- return getVideoContentListByTitle(param);
|
|
|
|
|
|
|
+ return getVideoContentListByTitleV2(param);
|
|
|
}
|
|
}
|
|
|
Page<VideoContentItemVO> result = new Page<>(param.getPageNum(), param.getPageSize());
|
|
Page<VideoContentItemVO> result = new Page<>(param.getPageNum(), param.getPageSize());
|
|
|
int offset = (param.getPageNum() - 1) * param.getPageSize();
|
|
int offset = (param.getPageNum() - 1) * param.getPageSize();
|