Commit d6f41bc9 by xiaoer.li@freemud.com

对接促销算价Alpha->fix 固定搭配组

parent fbef3650
......@@ -452,6 +452,7 @@ public class CalculationCommonService {
com.setExtraList(cartGoodsExtras);
if (isFixed) {
com.setOriginalPrice(comb.getFinalPrice());
com.setQty(comb.getQty());
} else {
com.setQty(comb.getQty() * cartGoods.getQty());
com.setOriginalPrice(comb.getFinalPrice());
......
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