| 
														
															@@ -232,7 +232,6 @@ public class CoreServiceImpl implements CoreService { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 while (true) { 
														 | 
														
														 | 
														
															                 while (true) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     try { 
														 | 
														
														 | 
														
															                     try { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         MatchContent matchContent = queue.take(); 
														 | 
														
														 | 
														
															                         MatchContent matchContent = queue.take(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                        log.info("matchContent={}", matchContent); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         MatchVideo content = contentService.getContent(matchContent.getSourceId(), matchContent.getGhId(), 2); 
														 | 
														
														 | 
														
															                         MatchVideo content = contentService.getContent(matchContent.getSourceId(), matchContent.getGhId(), 2); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         if (content != null) { 
														 | 
														
														 | 
														
															                         if (content != null) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             Integer contentStatus = content.getContentStatus(); 
														 | 
														
														 | 
														
															                             Integer contentStatus = content.getContentStatus(); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -421,6 +420,7 @@ public class CoreServiceImpl implements CoreService { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 articleSortRequest.setPushType(planAccount.getPushType()); 
														 | 
														
														 | 
														
															                 articleSortRequest.setPushType(planAccount.getPushType()); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 ArticleSortResponse articleSortResponse = sortService.publishArticleSort(articleSortRequest); 
														 | 
														
														 | 
														
															                 ArticleSortResponse articleSortResponse = sortService.publishArticleSort(articleSortRequest); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 if (articleSortResponse == null || articleSortResponse.getData() == null) { 
														 | 
														
														 | 
														
															                 if (articleSortResponse == null || articleSortResponse.getData() == null) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     continue; 
														 | 
														
														 | 
														
															                     continue; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } 
														 | 
														
														 | 
														
															                 } 
														 |