Joburgess 5 yıl önce
ebeveyn
işleme
ac987c4f49

+ 1 - 1
edu-user/edu-user-server/src/main/resources/config/mybatis/ExamRoomMapper.xml

@@ -6,7 +6,7 @@
 -->
 <mapper namespace="com.keao.edu.user.dao.ExamRoomDao">
 	
-	<resultMap type="ExamRoom" id="ExamRoom">
+	<resultMap type="com.keao.edu.user.api.entity.ExamRoom" id="ExamRoom">
 		<result column="id_" property="id" />
 		<result column="exam_mode_" property="examMode" />
 		<result column="exam_location_id_" property="examLocationId" />