|
@@ -1105,7 +1105,7 @@
|
|
|
<update id="updateCourseSchoolByGroup">
|
|
|
UPDATE course_schedule cs SET cs.schoole_id_ = #{schoolId},update_time_ = NOW()
|
|
|
WHERE cs.music_group_id_ = #{groupId}
|
|
|
- AND cs.group_type_ = #{groupType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler} AND NOW() < CONCAT(cs.class_date_," ",cs.start_class_time_);
|
|
|
+ AND cs.group_type_ = #{groupType} AND NOW() < CONCAT(cs.class_date_," ",cs.start_class_time_);
|
|
|
</update>
|
|
|
|
|
|
<update id="updateGroupCourseLock">
|