...
|
...
|
@@ -485,7 +485,7 @@ func (statisticsService *StatisticsService) ContributionsWealthRanking(contribut |
|
|
} else { // 当前时间处于空档期
|
|
|
contributionsWealthRankingQuery.StartTime = time.Date(0001, 01, 02, 0, 0, 0, 0, time.Local)
|
|
|
contributionsWealthRankingQuery.EndTime = time.Date(0001, 01, 02, 0, 0, 0, 0, time.Local)
|
|
|
break
|
|
|
continue
|
|
|
}
|
|
|
}
|
|
|
} else {
|
...
|
...
|
|