deason 9 tháng trước cách đây
mục cha
commit
1a7a576ad5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/main/resources/mapper/StudentMapper.xml

+ 1 - 0
src/main/resources/mapper/StudentMapper.xml

@@ -769,6 +769,7 @@
                stu.exam_site,
                stu.exam_room
         from sc_student stu
+        left join sc_subject sb on sb.exam_id=stu.exam_id and sb.code=stu.subject_code
         where stu.exam_id = #{examId}
           and stu.subject_code = #{subjectCode}
           and stu.assigned = 1