作者 陈志颖

test:年榜管理

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