| 
					
				 | 
			
			
				@@ -151,6 +151,7 @@ public class CoreServiceImpl implements CoreService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (longArticleSystemContentVO == null) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 continue; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            log.info("longArticleSystemContentVO total={} accountId={}", longArticleSystemContentVO.getTotalCount(), param.getAccountId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //没有待匹配的文章  更新状态为1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (longArticleSystemContentVO.getTotalCount() == 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     || CollectionUtils.isEmpty(longArticleSystemContentVO.getContentItemList())) { 
			 |