xhxu 1 год назад
Родитель
Сommit
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);



Загрузка…
Отмена
Сохранить