deason 9 달 전
부모
커밋
416d608fb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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_name,
                stu.exam_site,
-               stu.exam_room,
+               stu.exam_room
         from sc_student stu
         where stu.exam_id = #{examId}
           and stu.subject_code = #{subjectCode}