| 
														
															@@ -134,7 +134,7 @@ public class RecallService implements ApplicationContextAware { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (CollectionUtils.isEmpty(categoryList)) { 
														 | 
														
														 | 
														
															         if (CollectionUtils.isEmpty(categoryList)) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             return; 
														 | 
														
														 | 
														
															             return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        Map<String, List<String>> categoryMap = categoryList.stream().collect(Collectors.groupingBy(CrawlerMetaArticle::getChannelContentId, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        Map<String, List<String>> categoryMap = categoryList.stream().collect(Collectors.groupingBy(CrawlerMetaArticle::getUniqueIndex, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 Collectors.mapping(CrawlerMetaArticle::getCategory, Collectors.toList()))); 
														 | 
														
														 | 
														
															                 Collectors.mapping(CrawlerMetaArticle::getCategory, Collectors.toList()))); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         for (Content content : contentList) { 
														 | 
														
														 | 
														
															         for (Content content : contentList) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             String md5 = articleMd5Map.get(content.getId()); 
														 | 
														
														 | 
														
															             String md5 = articleMd5Map.get(content.getId()); 
														 |