Commit 4cdabbe0 by chongfu.liang

goodsid

parent cfd457a5
......@@ -224,6 +224,7 @@ public abstract class AbstractAddGoodsService implements AddGoodsService {
cartGoods.setGoodsType(GoodsTypeEnum.COUPON_GOODS.getGoodsType());
}
// 商品券Id
cartGoods.setGoodsId(baseRequestBO.getSpuId());
cartGoods.setSpuId(productsInfo.getSpuId());
cartGoods.setSkuId(productsInfo.getGoodsId());
cartGoods.setOriginalPrice(0L);
......
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