|
|
@@ -384,7 +384,7 @@ public class PhotoSpeakVideoServiceImpl implements PhotoSpeakVideoService { |
|
|
|
mouldVideo.setVideoPlayUrl(videoDetail.getVideoUrl()); |
|
|
|
mouldVideo.setVideoTime(videoDetail.getDuration()); |
|
|
|
mouldVideo.setVideoSize(videoDetail.getSize()); |
|
|
|
mouldVideo.setIsHy(EnumYesOrNo.YES.getCode()); |
|
|
|
mouldVideo.setIsHy(2);//超分视频生成成功了状态为2 |
|
|
|
mouldVideo.setVideoHyStatus(EnumVideoStatus.upload_success.getCode()); |
|
|
|
this.updateById(mouldVideo); |
|
|
|
break; |
|
|
|