Your Name 3 år sedan
förälder
incheckning
eb759def24

+ 1
- 1
src/main/java/com/yunzhi/marketing/job/JudglActivityTimeJob.java Visa fil

54
     /**
54
     /**
55
      * 开启定时任务,每天12:30执行
55
      * 开启定时任务,每天12:30执行
56
      */
56
      */
57
-    @Scheduled(cron = "* 0/1 * * * ?")
57
+    @Scheduled(cron = "0 0/1 * * * ?")
58
     private void configureTasks() {
58
     private void configureTasks() {
59
         String time = DateUtils.cutSecond(LocalDateTime.now());
59
         String time = DateUtils.cutSecond(LocalDateTime.now());
60
 
60