CONFIG: TO PROD

This commit is contained in:
2025-12-19 17:33:51 +08:00
parent 100019d2a4
commit ef686e38ac
3 changed files with 4 additions and 4 deletions

View File

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