Explorar o código

fix : laohaokan filter

丁云鹏 hai 11 meses
pai
achega
f9784ec101

+ 2 - 0
recommend-server-service/src/main/java/com/tzld/piaoquan/recommend/server/service/filter/strategy/AllowListStrategy.java

@@ -91,6 +91,8 @@ public class AllowListStrategy implements FilterStrategy {
                     retainVideoIds.add(videoId);
                 }
             }
+        } else {
+            return Lists.newArrayList(param.getVideoIds());
         }
         if (CollectionUtils.isEmpty(retainVideoIds)) {
             return Collections.emptyList();