|
|
|
@ -22,7 +22,12 @@ 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.save!
|
|
|
|
|
|
|
|
|
|
video.video_applies.create!
|
|
|
|
|