|
@@ -48,6 +48,7 @@ public class RankV5Strategy implements RankStrategy {
|
|
|
|
|
|
List<RankItem> items = CommonCollectionUtils.toList(param.getContents(), c -> {
|
|
|
RankItem item = new RankItem();
|
|
|
+ c.setHisPublishArticleList(null);
|
|
|
item.setContent(c);
|
|
|
item.setScoreMap(scoreMap.get(c.getId()));
|
|
|
double score;
|