|
@@ -140,9 +140,6 @@ public class RankService implements InitializingBean {
|
|
|
}
|
|
|
|
|
|
public static List<Content> contentSourceTypeFilter(String strategy, List<Content> pool, Integer index) {
|
|
|
- if (!staticStrategyPoolSourceTypeMap.containsKey(strategy)) {
|
|
|
- return pool;
|
|
|
- }
|
|
|
Integer sourceType = getStrategyPoolSourceType(strategy, index);
|
|
|
Integer videoSourceType = PublishPlanInputSourceTypesEnum.longArticleVideoPoolSource.getVal();
|
|
|
if (Objects.nonNull(sourceType) && sourceType.equals(videoSourceType)) {
|