This commit is contained in:
77
2024-04-18 00:00:14 +08:00
parent 4fec751dd7
commit 97c72692a3
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ public class IncomeStatisticsJob {
private DayIncomeStatisticsService dayIncomeStatisticsService;
// 每6分钟执行一次
@Scheduled(cron = "0 0/3 * * * ?")
@Scheduled(cron = "0 0/6 * * * ?")
public void persistentDb() {
try {
dayIncomeStatisticsService.refreshByDate(LocalDate.now());