|
@@ -134,7 +134,7 @@ public class RecallService implements ApplicationContextAware {
|
|
|
if (CollectionUtils.isEmpty(categoryList)) {
|
|
|
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())));
|
|
|
for (Content content : contentList) {
|
|
|
String md5 = articleMd5Map.get(content.getId());
|