deason 9 months ago
parent
commit
416d608fb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/StudentMapper.xml

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

@@ -767,7 +767,7 @@
                stu.campus_code,
                stu.campus_code,
                stu.campus_name,
                stu.campus_name,
                stu.exam_site,
                stu.exam_site,
-               stu.exam_room,
+               stu.exam_room
         from sc_student stu
         from sc_student stu
         where stu.exam_id = #{examId}
         where stu.exam_id = #{examId}
           and stu.subject_code = #{subjectCode}
           and stu.subject_code = #{subjectCode}