Commit 2a0ae096 by chongfu.liang

fix

parent 6570a947
......@@ -144,7 +144,7 @@ public class GiftSharingService {
sendGoods.setGoodsId(discount.getGoodsId());
sendGoods.setCartGoodType(CalculationGoodsType.TYPE_1.getType());
sendGoods.setGoodsQuantity(discount.getActualGoodsNumber());
sendGoods.setOriginalPrice(discount.getSignleDiscount());
sendGoods.setOriginalPrice(goods.getOriginalPrice());
sendGoods.setDiscountAmount(discount.getDiscount());
sendGoods.setOriginalGoodsUid(goods.getCartGoodsUid());
sendGoods.setRealAmount(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