|
@@ -204,7 +204,8 @@ public class CardServiceImpl implements CardService {
|
|
|
// 查询是否存在新封面
|
|
|
if (!CollectionUtils.isEmpty(newVideoCovers)) {
|
|
|
NewVideoCover newVideoCover = newVideoCovers.get(0);
|
|
|
- card.setVideoCover(newVideoCover.getCoverOssPath());
|
|
|
+ String cover = " https://rescdn.yishihui.com/" + newVideoCover.getCoverOssPath();
|
|
|
+ card.setVideoCover(cover);
|
|
|
card.setNewVideoCoverId(newVideoCover.getId());
|
|
|
}
|
|
|
}
|