소스 검색

更新 VideoPostQueryImpl#getCategoryShortVideos 方法的查询条件

reghao 1 년 전
부모
커밋
06e5d2d66b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      content/content-service/src/main/java/cn/reghao/tnb/content/app/vod/service/impl/VideoPostQueryImpl.java

+ 1 - 1
content/content-service/src/main/java/cn/reghao/tnb/content/app/vod/service/impl/VideoPostQueryImpl.java

@@ -109,7 +109,7 @@ public class VideoPostQueryImpl implements VideoPostQuery {
         }
 
         List<Integer> scopes = contentPermission.getUserScopes();
-        VideoQuery videoQuery = new VideoQuery.Builder().scope(scopes).duration(60).horizontal(false).categoryId(categoryId).build();
+        VideoQuery videoQuery = new VideoQuery.Builder().scope(scopes).duration(60).horizontal(false).build();
         return getVideoCards(videoQuery, page, true);
     }