|
|
@@ -246,7 +246,8 @@
|
|
|
<update id="updateVideoByVideoUrl" >
|
|
|
update fs_user_course_video set video_url = #{videoUrl},
|
|
|
thumbnail = #{thumbnail},
|
|
|
- file_name = #{fileName}
|
|
|
+ file_name = #{fileName},
|
|
|
+ title = #{fileName}
|
|
|
where video_id in
|
|
|
<foreach item="videoId" collection="ids" open="(" separator="," close=")">
|
|
|
#{videoId}
|