|
@@ -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();
|
|
|
}
|
|
|
|
|
|
/**
|