|
@@ -18,19 +18,22 @@ public class ExportTest {
|
|
private ExportExamStudentScore exportExamStudentScore;
|
|
private ExportExamStudentScore exportExamStudentScore;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- private GetStduentOneAnswerService getStduentOneAnswerService;
|
|
|
|
|
|
+ private GetStduentOneAnswerService studentOneAnswerService;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- private GetStduentAnswerDetailService getStduentAnswerDetailService;
|
|
|
|
|
|
+ private GetStduentAnswerDetailService studentAnswerDetailService;
|
|
|
|
|
|
@Test
|
|
@Test
|
|
public void exportTest() throws Exception {
|
|
public void exportTest() throws Exception {
|
|
|
|
+ // 导出 - 小题分
|
|
// exportExamStudentScore.start();
|
|
// exportExamStudentScore.start();
|
|
|
|
|
|
- // getStduentOneAnswerService.start(1213L, 1, "01");
|
|
|
|
- // getStduentOneAnswerService.start(1213L, 1, "28");
|
|
|
|
|
|
+ // 导出 - 考生作答结果(带手机号)
|
|
|
|
+ // studentOneAnswerService.start(1213L, 1, "01");
|
|
|
|
+ // studentOneAnswerService.start(1213L, 1, "28");
|
|
|
|
|
|
- // getStduentAnswerDetailService.start(19L, "03013750");
|
|
|
|
|
|
+ // 导出 - 考生得分明细
|
|
|
|
+ // studentAnswerDetailService.start(1606L, "410901031");
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|