ting.yin 3 lat temu
rodzic
commit
b08ceade5c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main/resources/mapper/ExamDao.xml

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

@@ -32,7 +32,7 @@
             pe.id in (
 				SELECT ue.exam_id
 				FROM
-            	pm_exam_user ue
+            	pm_exam_user_relation ue
             	<where>
             	ue.user_id = #{userId}
             	</where>