select video_id,line_one,package_json,is_transcode,transcode_file_key,file_size,file_key,round,red_packet_money,line_two,upload_type,line_three, file_id,file_name,is_del, title, description, video_url, thumbnail, duration, update_time, create_time, talent_id, course_id, status, course_sort, question_bank_id from fs_user_course_video insert into fs_user_course_video file_id, title, description, video_url, thumbnail, duration, update_time, create_time, talent_id, course_id, status, course_sort, file_name, is_del, question_bank_id, line_one, line_two, line_three, upload_type, red_packet_money, file_size, file_key, round, package_json, is_transcode, transcode_file_key, #{fileId}, #{title}, #{description}, #{videoUrl}, #{thumbnail}, #{duration}, #{updateTime}, #{createTime}, #{talentId}, #{courseId}, #{status}, #{courseSort}, #{fileName}, #{isDel}, #{questionBankId}, #{lineOne}, #{lineTwo}, #{lineThree}, #{uploadType}, #{redPacketMoney}, #{fileSize}, #{fileKey}, #{round}, #{packageJson}, #{isTranscode}, #{transcodeFileKey}, update fs_user_course_video file_id = #{fileId}, title = #{title}, description = #{description}, video_url = #{videoUrl}, thumbnail = #{thumbnail}, duration = #{duration}, update_time = #{updateTime}, create_time = #{createTime}, talent_id = #{talentId}, course_id = #{courseId}, status = #{status}, course_sort = #{courseSort}, file_name = #{fileName}, is_del = #{isDel}, question_bank_id = #{questionBankId}, line_one = #{lineOne}, line_two = #{lineTwo}, line_three = #{lineThree}, upload_type = #{uploadType}, red_packet_money = #{redPacketMoney}, file_size = #{fileSize}, file_key = #{fileKey}, round = #{round}, package_json = #{packageJson}, is_transcode = #{isTranscode}, transcode_file_key = #{transcodeFileKey}, where video_id = #{videoId} update fs_user_course_video set is_del = 1 where video_id = #{videoId} update fs_user_course_video set is_del = 1 where video_id in #{videoId}