ting.yin hace 3 años
padre
commit
b08ceade5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>