|
|
@@ -285,7 +285,10 @@ public class PhotoSpeakVideoServiceImpl implements PhotoSpeakVideoService { |
|
|
|
break; |
|
|
|
} |
|
|
|
} catch (InterruptedException e) { |
|
|
|
throw new RuntimeException(e); |
|
|
|
e.printStackTrace(); |
|
|
|
mouldVideo.setVideoStatus(EnumVideoStatus.fail.getCode()); |
|
|
|
mouldVideo.setVideoMsg("视频上传失败,点击“编辑”重试"); |
|
|
|
this.updateById(mouldVideo); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|