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}