Explorar el Código

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

private_deployment
lrh hace 1 año
padre
commit
a51015f36c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar