Commit 424cccff authored by 刘基明's avatar 刘基明

提高热门话题搜索时间

parent 8e24d4f3
......@@ -96,7 +96,7 @@ public class RankService {
LocalDateTime start = LocalDateTime.now();
//7天内所有主题进行热度值排序
List<ThemeEntity> themeEntities = themeService.queryRecentdays(7);
List<ThemeEntity> themeEntities = themeService.queryRecentdays(30);
if (CollectionUtils.isEmpty(themeEntities)) {
return;
}
......
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