Commit 4ccb0559 authored by 刘基明's avatar 刘基明

bug fix

parent 093ec286
......@@ -116,6 +116,7 @@ public class RankService {
if (CollectionUtils.isEmpty(themeIds)) {
topic.setViewCount(countMapByTargetIds.getOrDefault(topic.getTopicId(), 0));
topic.setDisscussCount(0);
topic.setThemeWeight(0);
continue;
}
// 浏览量
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment