|
|
@@ -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(); |
|
|
|
return new ResultData(ErrorCode.VIDEO_CREATING.getCode()); |
|
|
|
} |
|
|
|
|
|
|
|
Integer integer = photoSpeakVideoMapper.checkVideoStatus(userId,list); |
|
|
|