Commit 14a98d98 by xiaoer.li@freemud.com

Merge remote-tracking branch 'remotes/origin/feature/1.9.31_买增-加价购商品送的商品属性没存数据库' into develop

parents e1ca04d8 d780305c
......@@ -194,10 +194,7 @@ public class BuyAndGiftsPromotionService implements IPromotionService {
extra.add(goodsExtra);
}
cartGoods.setExtra(extra);
String join = StringUtils.join(name, "/");
cartGoods.setSubName(join);
cartGoods.setSpuName(join);
cartGoods.setSkuName(join);
cartGoods.setSubName(StringUtils.join(name, "/"));
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment