| 
					
				 | 
			
			
				@@ -422,6 +422,8 @@ public class CoreServiceImpl implements CoreService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ArticleSortResponse articleSortResponse = sortService.publishArticleSort(articleSortRequest); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (articleSortResponse == null || articleSortResponse.getData() == null) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    log.info("articleSortResponse={}", articleSortResponse); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    LarkRobotUtil.sendMessage("排序结果为空"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     continue; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ArticleSortResponseData data = articleSortResponse.getData(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -439,6 +441,8 @@ public class CoreServiceImpl implements CoreService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (CollectionUtils.isEmpty(articleSortResponse.getData().getRank_list()) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         || articleSortResponse.getData().getRank_list().size() < planAccount.getPublishPreMinNum()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    log.info("rank_list = {}", articleSortResponse.getData().getRank_list()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    LarkRobotUtil.sendMessage("排序结果不足"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     continue; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 //排序结束 
			 |