@@ -4333,7 +4333,7 @@
<update id="updateRemindStatus">
update course_schedule
- set live_remind_ = 1
+ set live_remind_ = 1,status_ = 'UNDERWAY'
where id_ in
<foreach collection="ids" item="id" open="(" separator="," close=")">
#{id}