소스 검색

feat:1、课酬标记

Joburgess 4 년 전
부모
커밋
4a84dbfa55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentExtracurricularExercisesSituationMapper.xml

+ 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>