Browse Source

//..

private_deployment
xhxu 1 year ago
parent
commit
afebbe55b6
1 changed files with 1 additions and 1 deletions
  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 View File

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



Loading…
Cancel
Save