mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
content表添加processVideo字段,添加判断
This commit is contained in:
@@ -150,7 +150,7 @@ public class CourseContentServiceImpl implements ICourseContentService {
|
||||
processVideo = 0.0f;
|
||||
}
|
||||
String sql = "UPDATE boe_course_content SET progress_video = "+ processVideo+" WHERE id = "+ id+" AND course_id = "+ courseId+" ";
|
||||
ccDao.update(sql);
|
||||
ccDao.sqlUpdate(sql);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user