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