Commit 8c5fefc9 by 周晓航

Merge branch 'fix-套餐商品原价问题' into qa

parents 72d2de87 2f7abd75
...@@ -193,7 +193,7 @@ public class CalculationCommonService { ...@@ -193,7 +193,7 @@ public class CalculationCommonService {
} }
choice.setAmount(mt.getRealAmount().longValue()); choice.setAmount(mt.getRealAmount().longValue());
} }
originPrice += choice.getFinalPrice() * choice.getQty()*cartGoods.getQty(); originPrice += choice.getFinalPrice() * choice.getQty();
} }
cartGoods.setAmount(cartGoods.getAmount() + amount); cartGoods.setAmount(cartGoods.getAmount() + amount);
} }
......
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