Skip to content

Commit

Permalink
fix: sku的商品视频
Browse files Browse the repository at this point in the history
  • Loading branch information
Sectet1ove committed Jul 20, 2023
1 parent e945f93 commit 89f3e8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public GoodsSku(Goods goods) {
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();
Expand Down

0 comments on commit 89f3e8f

Please sign in to comment.