diff --git a/app/services/videos/batch_publish_service.rb b/app/services/videos/batch_publish_service.rb index e4c2168ee..380c2e882 100644 --- a/app/services/videos/batch_publish_service.rb +++ b/app/services/videos/batch_publish_service.rb @@ -22,11 +22,7 @@ class Videos::BatchPublishService < ApplicationService raise Error, '视频还未上传完成' if video.vod_uploading? video.title = param[:title].to_s.strip.presence || video.title - if param[:course_id].present? - video.publish - else - video.apply_publish - end + video.apply_publish video.save!