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

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

reghao 1 год назад
Родитель
Сommit
06e5d2d66b

+ 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();
         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);
         return getVideoCards(videoQuery, page, true);
     }
     }