|
|
@@ -137,7 +137,8 @@ public class RecommendService {
|
|
|
}
|
|
|
// 无限发表,设置为无限发表策略
|
|
|
if (Objects.equals(request.getPushType(), PushTypeEnum.AUTO_PUBLISH.getVal())
|
|
|
- || Objects.equals(request.getPushType(), PushTypeEnum.ROBOPOST.getVal())) {
|
|
|
+ || Objects.equals(request.getPushType(), PushTypeEnum.ROBOPOST.getVal())
|
|
|
+ || Objects.equals(request.getPushType(), PushTypeEnum.INFINITE_PUBLISH_PUSH_DRAFT.getVal())) {
|
|
|
param.setStrategy(RankStrategyEnum.INFINITE_STRATEGY.getStrategy());
|
|
|
param.setType(ArticleTypeEnum.WUXIANLIU.getVal());
|
|
|
return;
|