mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 20:36:50 +08:00
案例萃取,bug
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user