|
@@ -61,7 +61,6 @@ import java.util.stream.Stream;
|
|
|
@Slf4j
|
|
|
public class ArticlePromotionService {
|
|
|
|
|
|
- private final List<String> contentPoolType = Arrays.asList("autoArticlePoolLevel1", "autoArticlePoolLevel3", "autoArticlePoolLevel4");
|
|
|
@Autowired
|
|
|
LongArticleBaseMapper longArticleBaseMapper;
|
|
|
@Autowired
|
|
@@ -97,6 +96,8 @@ public class ArticlePromotionService {
|
|
|
@Value("${topProducePlanId:}")
|
|
|
private String topProducePlanId;
|
|
|
|
|
|
+ private final List<String> contentPoolType = Arrays.asList("autoArticlePoolLevel1", "autoArticlePoolLevel3", "autoArticlePoolLevel4");
|
|
|
+
|
|
|
/**
|
|
|
*
|
|
|
* @param readAvg:对照组分子
|