|
|
@@ -262,7 +262,7 @@ public class PhotoSpeakVideoServiceImpl implements PhotoSpeakVideoService { |
|
|
|
return new AsyncResult<>(1); |
|
|
|
} |
|
|
|
videoUpd.setVideoStatus(EnumVideoStatus.fail.getCode()); |
|
|
|
videoUpd.setVideoMsg("fail"); |
|
|
|
videoUpd.setVideoMsg(video.getMsg()); |
|
|
|
this.saveOrUpdate(videoUpd); |
|
|
|
return new AsyncResult<>(0); |
|
|
|
|
|
|
|