xhxu пре 1 година
родитељ
комит
afebbe55b6
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);



Loading…
Откажи
Сачувај