|
@@ -205,7 +205,8 @@ public class ArticleCategoryService {
|
|
|
List<String> articlePromotionProducePlanIds = producePlanList.stream()
|
|
|
.filter(o -> StringUtils.hasText(o.getPlanTag())
|
|
|
&& (o.getPlanTag().contains(ContentPoolEnum.autoArticlePoolLevel1.getContentPool())
|
|
|
- || o.getPlanTag().contains(ContentPoolEnum.autoArticlePoolLevel2.getContentPool())))
|
|
|
+ || o.getPlanTag().contains(ContentPoolEnum.autoArticlePoolLevel2.getContentPool())
|
|
|
+ || o.getPlanTag().contains(ContentPoolEnum.autoArticlePoolLevel3.getContentPool())))
|
|
|
.map(ProducePlan::getId).collect(Collectors.toList());
|
|
|
|
|
|
List<ArticleCategory> saveList = addArticleCategoryByProducePlan(articlePromotionProducePlanIds);
|