Browse Source

Merge remote-tracking branch 'origin/feature/0529-live' into feature/0529-live

zouxuan 2 years ago
parent
commit
2442e485db

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

@@ -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}