Commit dc9f0d69 by xiaoer.li@freemud.com

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

parents 372045a6 cc028566
...@@ -107,7 +107,7 @@ public class CalculationCommonService { ...@@ -107,7 +107,7 @@ public class CalculationCommonService {
if (mt == null) { if (mt == null) {
amount = choice.getAmount() * cartGoods.getQty(); amount = choice.getAmount() * cartGoods.getQty();
} else { } else {
amount = mt.getRealAmount(); amount += mt.getRealAmount();
choice.setAmount(mt.getRealAmount().longValue()); choice.setAmount(mt.getRealAmount().longValue());
} }
} }
......
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