Commit 37293917 by chongfu.liang

老算价优惠问题

parent 1b38e902
...@@ -104,7 +104,10 @@ public class BuyAndGiftsPromotionService implements IPromotionService { ...@@ -104,7 +104,10 @@ public class BuyAndGiftsPromotionService implements IPromotionService {
sendGoods.setCartGoodsUid(fatherGoods.getCartGoodsUid()); sendGoods.setCartGoodsUid(fatherGoods.getCartGoodsUid());
} }
cartGoodsList.add(cartGoods); cartGoodsList.add(cartGoods);
totalGiftAmount += product.getFinalPrice() * sendGoods.getSendNumber(); if (!ActivityTypeEnum.TYPE_1040.getCode().equals(sendActivity.getActivityType())){
totalGiftAmount += product.getFinalPrice() * sendGoods.getSendNumber();
}
} }
} }
......
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