Commit 8a52530d by xiaoer.li

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

parents ff520320 afb76ae0
......@@ -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