|
@@ -61,8 +61,8 @@ public class Task {
|
|
// UpdateQuestionScoreService bean = SpringContextHolder.getBean(UpdateQuestionScoreService.class);
|
|
// UpdateQuestionScoreService bean = SpringContextHolder.getBean(UpdateQuestionScoreService.class);
|
|
// bean.start();
|
|
// bean.start();
|
|
|
|
|
|
- ExportExamStudentScore bean = SpringContextHolder.getBean(ExportExamStudentScore.class);
|
|
|
|
- bean.start();
|
|
|
|
|
|
+ // ExportExamStudentScore bean = SpringContextHolder.getBean(ExportExamStudentScore.class);
|
|
|
|
+ // bean.start();
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
log.error("unexpected", e);
|
|
log.error("unexpected", e);
|
|
throw new RuntimeException(e);
|
|
throw new RuntimeException(e);
|