TASK:邮件;

This commit is contained in:
shahaibo
2024-05-20 09:34:20 +08:00
parent 12c447d6b0
commit c4a37f5d73

View File

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