Commit afb76ae0 by xiaoer.li

对接促销算价Alpha->fix

parent ba8f87ef
......@@ -127,7 +127,7 @@ public class CalculationCommonService {
amount += mt.getRealAmount();
choice.setAmount(mt.getRealAmount().longValue());
}
originPrice += choice.getFinalPrice() * choice.getQty();
originPrice += choice.getFinalPrice() * choice.getQty()*cartGoods.getQty();
}
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