|
@@ -360,6 +360,8 @@ public class ExamRecordDataServiceImpl implements ExamRecordDataService {
|
|
long startTime = System.currentTimeMillis();
|
|
long startTime = System.currentTimeMillis();
|
|
ExamRecordQuestions examRecordQuestions = examRecordQuestionsService.getExamRecordQuestions(req.getExamRecordDataId());
|
|
ExamRecordQuestions examRecordQuestions = examRecordQuestionsService.getExamRecordQuestions(req.getExamRecordDataId());
|
|
|
|
|
|
|
|
+ // todo NPE
|
|
|
|
+
|
|
// 考生作答记录明细
|
|
// 考生作答记录明细
|
|
List<ExamQuestion> examQuestions = examRecordQuestions.getExamQuestions();
|
|
List<ExamQuestion> examQuestions = examRecordQuestions.getExamQuestions();
|
|
|
|
|