|
@@ -203,10 +203,10 @@ public class ArticlePromotionService {
|
|
|
listStrategyV2 = listStrategyV2.stream().filter(o -> !StrategyV1WxSn.contains(o.getWxSn())).collect(Collectors.toList());
|
|
|
|
|
|
//策略 1 晋级
|
|
|
- filterAndAdd2CrawlerPlan(listStrategyV1, "promotionStrategyV1", accountNickName, tag, pos, way, today);
|
|
|
+ filterAndAdd2CrawlerPlan(listStrategyV1, "策略V1", accountNickName, tag, pos, way, today);
|
|
|
|
|
|
//策略 2 晋级
|
|
|
- filterAndAdd2CrawlerPlan(listStrategyV2, "promotionStrategyV2", accountNickName, tag, pos, way, today);
|
|
|
+ filterAndAdd2CrawlerPlan(listStrategyV2, "策略V2", accountNickName, tag, pos, way, today);
|
|
|
}
|
|
|
|
|
|
private void filterAndAdd2CrawlerPlan(List<DatastatSortStrategy> list, String promotionStrategy, String accountNickName, String tag, String pos, String way, String today) {
|