Commit cc028566 by xiaoer.li@freemud.com

对接促销算价Alpha->fix

parent 0baa81f1
...@@ -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