Browse Source

经营报表

zouxuan 2 năm trước cách đây
mục cha
commit
23b154cf77

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

@@ -37,7 +37,7 @@
 		left join organ_course_type_original_cost oct1 ON oct1.course_type_ = cs.type_ AND oct1.organ_id_ = 0
 		where FIND_IN_SET(cs.id_,#{scheduleIdList})
 		GROUP BY cs.id_
-	</insert>Ï
+	</insert>
 
     <!-- 根据主键查询一条记录 -->
 	<update id="update" parameterType="com.ym.mec.biz.dal.entity.CloudTeacherFreeCourse">