소스 검색

修改视频不修改小节名称

luolinsong 2 달 전
부모
커밋
773ad17357
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      fs-service/src/main/resources/mapper/course/FsUserCourseVideoMapper.xml

+ 1 - 2
fs-service/src/main/resources/mapper/course/FsUserCourseVideoMapper.xml

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