|
|
@@ -88,7 +88,7 @@ public class VideoCallbackController extends BaseController { |
|
|
|
photoSpeakVideo.setVideoStatus(EnumVideoStatus.fail.getCode()); |
|
|
|
returnMsg = "视频生成失败"; |
|
|
|
} |
|
|
|
photoSpeakVideo.setVideoMsg(msg); |
|
|
|
photoSpeakVideo.setVideoMsg("(MetaService)"+msg); |
|
|
|
photoSpeakVideo.setUpdateDate(new Date()); |
|
|
|
photoSpeakVideoService.updateById(photoSpeakVideo); |
|
|
|
return new ResultData(ErrorCode.SYS_SERVER_ERROR.getCode(),returnMsg); |
|
|
|