瀏覽代碼

Merge branch 'feature/0529-live' into master_saas

liujc 2 年之前
父節點
當前提交
f95f56e3f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/CourseScheduleMapper.xml

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

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