|
@@ -255,6 +255,11 @@ public class PhotoSpeakVideoServiceImpl implements PhotoSpeakVideoService { |
|
|
PhotoSpeakVideo videoUpd = new PhotoSpeakVideo(); |
|
|
PhotoSpeakVideo videoUpd = new PhotoSpeakVideo(); |
|
|
videoUpd.setId(mouldVideo.getId()); |
|
|
videoUpd.setId(mouldVideo.getId()); |
|
|
videoUpd.setVideoId(result.getVideoId()); |
|
|
videoUpd.setVideoId(result.getVideoId()); |
|
|
|
|
|
videoUpd.setVideoPlayUrl(url); |
|
|
|
|
|
videoUpd.setCoverImg(result.getCoverURL()); |
|
|
|
|
|
videoUpd.setVideoPlayUrl(result.getVideoUrl()); |
|
|
|
|
|
videoUpd.setVideoTime(result.getDuration()); |
|
|
|
|
|
videoUpd.setVideoSize(result.getSize()); |
|
|
videoUpd.setVideoStatus(EnumVideoStatus.upload_ing.getCode()); |
|
|
videoUpd.setVideoStatus(EnumVideoStatus.upload_ing.getCode()); |
|
|
this.saveOrUpdate(videoUpd); |
|
|
this.saveOrUpdate(videoUpd); |
|
|
|
|
|
|
|
|