Merge branch 'zcwy0606-llf' into dev0525

This commit is contained in:
zhaolongfei
2024-06-18 13:38:02 +08:00

View File

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