Explorar el Código

加入修改job

wangliang hace 2 años
padre
commit
48dbca74f3

+ 2 - 2
themis-task/src/main/java/com/qmth/themis/task/quartz/RepairJob.java

@@ -46,8 +46,6 @@ public class RepairJob extends QuartzJobBean {
     protected void executeInternal(JobExecutionContext context) {
         log.info("repairJob进来了,context:{}", context);
         this.persistedJob();
-        this.answerJob();
-        this.examStudentExamCountJob();
     }
 
     /**
@@ -73,6 +71,8 @@ public class RepairJob extends QuartzJobBean {
                 }
             }
         }
+        this.answerJob();
+        this.examStudentExamCountJob();
     }
 
     /**