ソースを参照

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

private_deployment
lrh 1年前
コミット
a51015f36c
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 ファイルの表示

@@ -235,7 +235,7 @@ public class PhotoSpeakVideoServiceImpl implements PhotoSpeakVideoService {
photoSpeakVideo.setVideoStatus(EnumVideoStatus.fail.getCode());
photoSpeakVideo.setVideoMsg(video.getMsg());
this.updateById(photoSpeakVideo);
return new ResultData(video.getCode(), video.getMsgInfo(video.getCode(),video.getMsg()));
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(), video.getMsg());
} catch (Exception e) {
e.printStackTrace();
photoSpeakVideo.setVideoStatus(EnumVideoStatus.fail.getCode());


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