wangliang 4 år sedan
förälder
incheckning
c6f2f9754d

+ 1 - 0
teachcloud-report-business/src/main/resources/mapper/TAExamCourseDifficultMapper.xml

@@ -7,6 +7,7 @@
             tik.paper_type AS paperType,
             tik.`scope`,
             tik.count,
+            tik.interpret,
             round(tik.sch_avg_score_rate * 100,2) as schAvgScoreRate,
             round(tik.col_avg_score_rate * 100,2) as colAvgScoreRate
         from t_a_exam_course_difficult tik

+ 1 - 0
teachcloud-report-business/src/main/resources/mapper/TAExamCourseTeacherDifficultMapper.xml

@@ -7,6 +7,7 @@
             tik.paper_type AS paperType,
             tik.`scope`,
             tik.count,
+            tik.interpret,
             round(tik.sch_avg_score_rate * 100,2) as schAvgScoreRate,
             round(tik.tea_avg_score_rate * 100,2) as teaAvgScoreRate
         from t_a_exam_course_teacher_difficult tik