Parcourir la source

refactor(quartz): 注释定时任务调度配置

- 注释了门禁记录同步的定时任务配置
- 保留了原有的调度注解以便后续恢复
-为后续重新设计调度逻辑做准备
SheepHy il y a 3 semaines
Parent
commit
6b1a816467

+ 1 - 1
national-motion-module-system/national-motion-system-biz/src/main/java/org/jeecg/modules/quartz/job/OrTeachingJobService.java

@@ -236,7 +236,7 @@ public class OrTeachingJobService {
      * @Param
      * @return
      **/
-    @Scheduled(fixedDelay = 7200000)
+//    @Scheduled(fixedDelay = 7200000)
 //    @Scheduled(cron = "0 0 23 * * ?")
     public void synchronousDoorOpeningAndClosingRecords(){
         try {