@@ -458,7 +458,7 @@
</select>
<select id="findServiceWithCourse"
- resultType="com.ym.mec.biz.dal.entity.StudentExtracurricularExercisesSituation">
+ resultMap="StudentExtracurricularExercisesSituation">
SELECT * FROM student_extracurricular_exercises_situation_ WHERE monday_=#{monday} AND FIND_IN_SET(#{courseId}, course_ids_)
</mapper>