代码调整

This commit is contained in:
xy
2024-06-12 18:02:06 +08:00
parent 4b9a02c0bc
commit af6f35dfad
2 changed files with 3 additions and 137 deletions

View File

@@ -30,7 +30,7 @@ public class OracleToMysqlDBJob {
private final OracleToMysqlService oracleToMysqlService;
@Scheduled(cron="0 0 7 * * ?")
@Scheduled(cron="0 0 8 * * ?")
public void executeEvent() {
// 获取当前时间
String date = DateUtil.format(LocalDateTime.now().minusDays(1), DatePattern.NORM_DATE_PATTERN);