|
@@ -65,7 +65,7 @@ public class StatisticController {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Scheduled(fixedRate = 120000)
|
|
@Scheduled(fixedRate = 120000)
|
|
|
- private void clearTop() {
|
|
|
|
|
|
|
+ public void clearTop() {
|
|
|
int monthValue = LocalDate.now().getMonthValue();
|
|
int monthValue = LocalDate.now().getMonthValue();
|
|
|
cacheService.clearTop(monthValue);
|
|
cacheService.clearTop(monthValue);
|
|
|
}
|
|
}
|