|
@@ -322,6 +322,9 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
continue;
|
|
|
}
|
|
|
String existsCover = dataList.get(0).getCoverUrl();
|
|
|
+ if (!existsCover.contains("?")) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
String coverSuffix = existsCover.substring(existsCover.indexOf("?"));
|
|
|
String cover = video.getCover().substring(0, existsCover.indexOf("?"));
|
|
|
cgiReplyBucketDataMapperExt.updateBucketDataTitleCoverByGhId(ghId, video.getVideoId(),
|