|
@@ -1062,7 +1062,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} 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>
|
|
|
|
|
|
<select id="queryNoSignInListByBeforeMinutes" resultMap="CourseSchedule">
|