Преглед изворни кода

Merge branch 'dev' into release
1111

wangliang пре 4 година
родитељ
комит
2a0ab6a65f
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      themis-business/src/main/resources/mapper/TEStudentMapper.xml

+ 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