|
@@ -35,7 +35,7 @@ public class ArticlePromotionStrategy implements FilterStrategy {
|
|
|
for (Content content : contents) {
|
|
|
if (promotionSourceMap.containsKey(content.getCrawlerChannelContentId())) {
|
|
|
ArticlePoolPromotionSource promotionSource = promotionSourceMap.get(content.getCrawlerChannelContentId());
|
|
|
- if (promotionSource.getLevel().equals(content.getContentPoolType())) {
|
|
|
+ if (!promotionSource.getLevel().equals(content.getContentPoolType())) {
|
|
|
content.setFilterReason("内容已晋级过滤");
|
|
|
filterContents.add(content);
|
|
|
}
|