Commit 5a61e647 by xiaoer.li@freemud.com

Merge remote-tracking branch 'remotes/origin/feature/2.0-换购券' into develop

parents 10e5a7c9 2d5b2166
...@@ -106,6 +106,7 @@ public class CouponPromotionService implements IPromotionService { ...@@ -106,6 +106,7 @@ public class CouponPromotionService implements IPromotionService {
cartGoods.setAmount(discountGoods.getRealAmount()); cartGoods.setAmount(discountGoods.getRealAmount());
} else { } else {
cartGoods.setAmount(checkSpqInfoResponseDto.getPrice()); cartGoods.setAmount(checkSpqInfoResponseDto.getPrice());
cartGoods.setOriginalAmount(checkSpqInfoResponseDto.getPrice());
} }
} }
} }
......
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