|
|
@@ -446,7 +446,7 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService { |
|
|
|
this.saveOrUpdate(videoUpd); |
|
|
|
|
|
|
|
videoUpd.setTitle(mouldVideo.getTitle()); |
|
|
|
this.uploadVideo(videoUpd,false); |
|
|
|
this.uploadVideo(videoUpd,true); |
|
|
|
|
|
|
|
return new AsyncResult<>(1); |
|
|
|
} |
|
|
|