Browse Source

修改声音接口

private_deployment
lrh 1 year ago
parent
commit
89dd807034
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -416,7 +416,7 @@ public class PhotoSpeakVideoServiceImpl implements PhotoSpeakVideoService {
@Override
public ResultData checkVideoStatus(Long userId, List<Long> list) {
if (CollectionUtils.isEmpty(list)){
return new ResultData(ErrorCode.VIDEO_CREATING.getCode());
return new ResultData(ErrorCode.VIDEO_CREATING.getCode(),"");
}

Integer integer = photoSpeakVideoMapper.checkVideoStatus(userId,list);


Loading…
Cancel
Save