xusl hace 1 año
padre
commit
1a58b533ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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{