|
@@ -105,6 +105,8 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService { |
|
|
videoUpd.setVideoMsg(video.getMsg()); |
|
|
videoUpd.setVideoMsg(video.getMsg()); |
|
|
videoUpd.setCreateVideoDate(new Date()); |
|
|
videoUpd.setCreateVideoDate(new Date()); |
|
|
this.saveOrUpdate(videoUpd); |
|
|
this.saveOrUpdate(videoUpd); |
|
|
|
|
|
|
|
|
|
|
|
videoUpd.setTitle(mouldVideo.getTitle()); |
|
|
this.uploadVideo(videoUpd); |
|
|
this.uploadVideo(videoUpd); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|