|
@@ -286,6 +286,8 @@ public class CoreServiceImpl implements CoreService {
|
|
articleSortRequest.setAccountName(planAccount.getAccountName());
|
|
articleSortRequest.setAccountName(planAccount.getAccountName());
|
|
articleSortRequest.setGhId(planAccount.getGhId());
|
|
articleSortRequest.setGhId(planAccount.getGhId());
|
|
articleSortRequest.setStrategy("ArticleRankRandom");
|
|
articleSortRequest.setStrategy("ArticleRankRandom");
|
|
|
|
+ //测试参数
|
|
|
|
+ articleSortRequest.setExcludeLog(true);
|
|
//articleSortRequest.setStrategy(planAccount.getSortStrategy());
|
|
//articleSortRequest.setStrategy(planAccount.getSortStrategy());
|
|
if (Objects.equals(planAccount.getPushType(), PublishGzhPushTypeEnum.manual_push.getVal())) {
|
|
if (Objects.equals(planAccount.getPushType(), PublishGzhPushTypeEnum.manual_push.getVal())) {
|
|
PublishContentExample publishContentExample = new PublishContentExample();
|
|
PublishContentExample publishContentExample = new PublishContentExample();
|