|
@@ -174,7 +174,7 @@ public class PhotoSpeakVideoServiceImpl implements PhotoSpeakVideoService { |
|
|
} |
|
|
} |
|
|
if(StringUtils.isBlank(personPhotoUrl)){ |
|
|
if(StringUtils.isBlank(personPhotoUrl)){ |
|
|
videoUpd.setVideoStatus(EnumVideoStatus.fail.getCode()); |
|
|
videoUpd.setVideoStatus(EnumVideoStatus.fail.getCode()); |
|
|
videoUpd.setVideoMsg(msg); |
|
|
|
|
|
|
|
|
videoUpd.setVideoMsg("图片质量审核失败"); |
|
|
this.saveOrUpdate(videoUpd); |
|
|
this.saveOrUpdate(videoUpd); |
|
|
return new AsyncResult<>(0); |
|
|
return new AsyncResult<>(0); |
|
|
} |
|
|
} |
|
|