Commit f2e2fc71 by xiaoer.li@freemud.com

Merge remote-tracking branch 'remotes/origin/feature/促销算价基于最新master的分支' into qa

parents 5a198cb4 0baa81f1
...@@ -69,7 +69,8 @@ public class CalculationCommonService { ...@@ -69,7 +69,8 @@ public class CalculationCommonService {
this.rowRealAmount(goods, cartGoods); this.rowRealAmount(goods, cartGoods);
//成交价行记录 //成交价行记录
//amount += find.getRealAmount() * cartGoods.getQty(); //amount += find.getRealAmount() * cartGoods.getQty();
cartGoods.setAmount(amount); amount = cartGoods.getAmount();
//cartGoods.setAmount(amount);
totalAmount += amount; totalAmount += amount;
//原价行记录 //原价行记录
originalAmount = cartGoods.getOriginalPrice() * cartGoods.getQty(); originalAmount = cartGoods.getOriginalPrice() * cartGoods.getQty();
......
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