|
@@ -165,7 +165,7 @@ public class ExportExamStudentScore {
|
|
|
examStudent.setTotalScore(okScore.getTotalScore());
|
|
|
}
|
|
|
|
|
|
- log.info("---> {}-{} examStudentId={}, examRecordDataId={}", total, index, examStudent.getExamStudentId(), okExamRecordDataId);
|
|
|
+ log.debug("---> {}-{} examStudentId={}, examRecordDataId={}", total, index, examStudent.getExamStudentId(), okExamRecordDataId);
|
|
|
|
|
|
// 获取试题作答记录
|
|
|
ExamRecordQuestionVO questions = this.queryExamRecordQuestions(okExamRecordDataId);
|