Commit b4a5c0c1 by xiaoer.li@freemud.com

对接促销算价Alpha->fix

parent 48b9f95b
...@@ -121,7 +121,7 @@ public class FullSharingService { ...@@ -121,7 +121,7 @@ public class FullSharingService {
Long md = mDiscount.get(com.getGoodsId()); Long md = mDiscount.get(com.getGoodsId());
if (md != null) { if (md != null) {
com.setAmount(com.getAmount() + md); 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