This commit is contained in:
2025-12-23 16:28:07 +08:00
parent 9e58bd9e7d
commit bf95b85841
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);