Commit 34cdb393 by 刘鹏飞

coco点餐页购物车行价格商品现单价不做二次编辑

parent a5ed495f
......@@ -358,7 +358,7 @@ public class CocoShoppingCartRelationServiceImpl implements ShoppingCartRelation
// 如果是赠品行,这行的价格就不用算了
if(!gifeProductIds.contains(product.getGoodsId()) && product.getActivityType() != null){
if(!gifeProductIds.contains(product.getGoodsId()) && product.getActivityType() == null){
// 商品的单价 = 商品单价+小料单价
product.setOriginalPrice(originalPrice);
// 商品现单价 = 商品现单价+小料现单价
......
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