Procházet zdrojové kódy

feat:1、课酬标记

Joburgess před 4 roky
rodič
revize
4a84dbfa55

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentExtracurricularExercisesSituationMapper.xml

@@ -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_)
 	</select>
 </mapper>