|
|
@@ -617,7 +617,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
ContentPlatformAccount user = LoginUserContext.getUser();
|
|
|
// 如果 title 有内容,调用 manager 平台接口搜索
|
|
|
if (StringUtils.hasText(param.getTitle())) {
|
|
|
- return getVideoContentListByTitle(param);
|
|
|
+ return getVideoContentListByTitleV2(param);
|
|
|
}
|
|
|
String source = param.getSource();
|
|
|
if (SOURCE_PRIOR.equalsIgnoreCase(source)) {
|