DEV 切换数据库

This commit is contained in:
2025-12-02 10:21:07 +08:00
parent e085275aee
commit fe3fbbe135
3 changed files with 5 additions and 5 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);