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