Commit 871c8449 by xiaoer.li

对接促销算价Alpha->fix

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