|
@@ -66,7 +66,6 @@ public class RepairJob extends QuartzJobBean {
|
|
|
TEStudentCacheDto teStudent = cacheService.addStudentAccountCache(examStudentCacheBean.getStudentId());
|
|
|
commonService.persisted(t.getId(), teStudent.getId());
|
|
|
} catch (Exception e) {
|
|
|
- log.error(SystemConstant.LOG_ERROR, e);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -88,7 +87,6 @@ public class RepairJob extends QuartzJobBean {
|
|
|
tOeExamRecordService.saveDataByCachePersistedAnswer(t.getId());
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error(SystemConstant.LOG_ERROR, e);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -105,7 +103,6 @@ public class RepairJob extends QuartzJobBean {
|
|
|
try {
|
|
|
teExamStudentService.updateExamStudentByCache(t.getId());
|
|
|
} catch (Exception e) {
|
|
|
- log.error(SystemConstant.LOG_ERROR, e);
|
|
|
}
|
|
|
}
|
|
|
}
|