ソースを参照

Merge remote-tracking branch 'origin/photo' into photo

private_deployment
lrh 1年前
コミット
27c03b6d57
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      suimangService/src/main/java/com/iformall/service/sm/impl/PhotoSpeakVideoServiceImpl.java

+ 1
- 1
suimangService/src/main/java/com/iformall/service/sm/impl/PhotoSpeakVideoServiceImpl.java ファイルの表示

@@ -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);



読み込み中…
キャンセル
保存