Просмотр исходного кода

向量搜索视频 test环境切换

wangyunpeng 1 неделя назад
Родитель
Сommit
f6f31b9a17

+ 1 - 1
api-module/src/main/java/com/tzld/piaoquan/api/service/contentplatform/impl/ContentPlatformPlanServiceImpl.java

@@ -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();