xusl 1 year ago
parent
commit
1a58b533ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/src/main/java/com/jiayue/ssi/job/AutoAuditBak.java

+ 1 - 1
backend/src/main/java/com/jiayue/ssi/job/AutoAuditBak.java

@@ -53,7 +53,7 @@ public class AutoAuditBak {
     /**
      * 每天凌晨1点执行
      */
-    @Scheduled(cron = "1 1 1 * * ?")
+    @Scheduled(cron = "1 1 14 * * ?")
     public void auditBak() throws Exception{