fix: sku的商品视频

This commit is contained in:
chc 2023-07-20 14:23:12 +08:00
parent e945f93032
commit 89f3e8f980

View File

@ -189,7 +189,7 @@ public class GoodsSku extends BaseEntity {
this.goodsId = goods.getId();
this.goodsName = goods.getGoodsName();
this.goodsType = goods.getGoodsType();
this.goodsVideo = goods.getGoodsVideo();
this.selfOperated = goods.getSelfOperated();
this.sellingPoint = goods.getSellingPoint();
this.categoryPath = goods.getCategoryPath();