CONFIG:to Prod

This commit is contained in:
2025-11-20 16:57:48 +08:00
parent 630f6b2737
commit bbc8b025a9
8 changed files with 19 additions and 18 deletions

View File

@@ -200,7 +200,8 @@ public class MyTaskScheduler {
}
}
}
// @Scheduled(cron = "0 0 9 * * ?")
@Scheduled(cron = "0 0 9 * * ?")
public void sendTrialOrderExcelToManagements() {
// 获取前一天日期
LocalDate yesterday = LocalDate.now().minusDays(1);