|
@@ -49,15 +49,13 @@
|
|
tees.id as examStudentId,
|
|
tees.id as examStudentId,
|
|
toer.id as examRecordId,
|
|
toer.id as examRecordId,
|
|
tees.course_code as courseCode,
|
|
tees.course_code as courseCode,
|
|
- teec.course_name as courseName,
|
|
|
|
|
|
+ tees.course_name as courseName,
|
|
tees.`identity`,
|
|
tees.`identity`,
|
|
tees.name,
|
|
tees.name,
|
|
toer.objective_score as objectiveScore,
|
|
toer.objective_score as objectiveScore,
|
|
toer.status
|
|
toer.status
|
|
from
|
|
from
|
|
t_e_exam_student tees
|
|
t_e_exam_student tees
|
|
- left join t_e_exam_course teec on
|
|
|
|
- teec.course_code = tees.course_code
|
|
|
|
left join t_e_exam tee on
|
|
left join t_e_exam tee on
|
|
tee.id = tees.exam_id
|
|
tee.id = tees.exam_id
|
|
inner join t_oe_exam_record toer on
|
|
inner join t_oe_exam_record toer on
|