|
|
@@ -95,6 +95,7 @@ public class PhotoSpeakSchedule { |
|
|
|
for (PhotoSpeakVideo video : videos) { |
|
|
|
try { |
|
|
|
VideUploadResult videoDetail = videoFactory.getExcutor(videoType).getVideoDetailWithCache(video.getVideoId()); |
|
|
|
logger.info("userVideoDetailSchedule" + videoDetail); |
|
|
|
if (videoDetail.isSuccess() |
|
|
|
&& StringUtils.isNotBlank(videoDetail.getDuration()) |
|
|
|
&& !"0.0".equals(videoDetail.getDuration())) { |
|
|
|