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