|
@@ -62,7 +62,7 @@
|
|
tcfs.student_code as studentCode,
|
|
tcfs.student_code as studentCode,
|
|
tcfs.score_detail as finalScoreDetail,
|
|
tcfs.score_detail as finalScoreDetail,
|
|
tcus.score as usualScore,
|
|
tcus.score as usualScore,
|
|
- es.clazz_name as administrativeClass
|
|
|
|
|
|
+ es.teach_clazz_name as administrativeClass
|
|
from t_c_final_score tcfs
|
|
from t_c_final_score tcfs
|
|
join t_c_usual_score tcus on tcfs.exam_id = tcus.exam_id and tcfs.course_code = tcus.course_code and tcfs.paper_number = tcus.paper_number and tcfs.student_code = tcus.student_code
|
|
join t_c_usual_score tcus on tcfs.exam_id = tcus.exam_id and tcfs.course_code = tcus.course_code and tcfs.paper_number = tcus.paper_number and tcfs.student_code = tcus.student_code
|
|
left join exam_student es on es.exam_id = tcfs.exam_id and es.paper_number = tcfs.paper_number and es.student_code = tcfs.student_code
|
|
left join exam_student es on es.exam_id = tcfs.exam_id and es.paper_number = tcfs.paper_number and es.student_code = tcfs.student_code
|