Răsfoiți Sursa

Merge branch 'dev'
111

wangliang 4 ani în urmă
părinte
comite
872adca070

+ 1 - 3
themis-business/src/main/resources/mapper/TEStudentMapper.xml

@@ -49,15 +49,13 @@
             tees.id as examStudentId,
             toer.id as examRecordId,
             tees.course_code as courseCode,
-            teec.course_name as courseName,
+            tees.course_name as courseName,
             tees.`identity`,
             tees.name,
             toer.objective_score as objectiveScore,
             toer.status
         from
             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
             tee.id = tees.exam_id
         inner join t_oe_exam_record toer on