案例萃取,bug

This commit is contained in:
yang
2024-09-11 17:24:52 +08:00
parent 8bdd69ca60
commit e508c546fa

View File

@@ -519,12 +519,10 @@ public class CasesServiceImpl implements ICasesService {
} }
if (excellentCountMap.get(e.getAuthorId())!=null){ if (excellentCountMap.get(e.getAuthorId())!=null){
String authorTagOfExcellent = "最佳案例" + excellentCountMap.get(e.getAuthorId()) + ""; String authorTagOfExcellent = excellentCountMap.get(e.getAuthorId()) + "最佳案例";
authorTags.add(authorTagOfExcellent); authorTags.add(authorTagOfExcellent);
} }
e.setAuthorTags(authorTags); e.setAuthorTags(authorTags);
}); });
} }