deason 3 년 전
부모
커밋
a71f437288
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/cn/com/qmth/dp/examcloud/oe/modules/export_exam_student_score/ExportExamStudentScore.java

+ 1 - 1
src/main/java/cn/com/qmth/dp/examcloud/oe/modules/export_exam_student_score/ExportExamStudentScore.java

@@ -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);