Commit 34d65df4 by xiaoer.li@freemud.com

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

parents 53f4d7e5 b4a5c0c1
......@@ -121,7 +121,7 @@ public class FullSharingService {
Long md = mDiscount.get(com.getGoodsId());
if (md != null) {
com.setAmount(com.getAmount() + md);
cart.setAmount(cart.getAmount() + com.getAmount());
cart.setAmount(cart.getAmount() + md);
}
}
}
......
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