Commit 2bd52d5b authored by 刘基明's avatar 刘基明

Merge branch 'dev' into 'master'

Dev

See merge request !13
parents 719dbbee d1d79e13
...@@ -96,7 +96,7 @@ public class RankService { ...@@ -96,7 +96,7 @@ public class RankService {
LocalDateTime start = LocalDateTime.now(); LocalDateTime start = LocalDateTime.now();
//7天内所有主题进行热度值排序 //7天内所有主题进行热度值排序
List<ThemeEntity> themeEntities = themeService.queryRecentdays(7); List<ThemeEntity> themeEntities = themeService.queryRecentdays(30);
if (CollectionUtils.isEmpty(themeEntities)) { if (CollectionUtils.isEmpty(themeEntities)) {
return; 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