Commit 04a5df71 by xiaoer.li@freemud.com

换购券提示-fix

parent f3032761
...@@ -102,8 +102,8 @@ public class CouponPromotionService implements IPromotionService { ...@@ -102,8 +102,8 @@ public class CouponPromotionService implements IPromotionService {
} else { } else {
cartGoods.setAmount(checkSpqInfoResponseDto.getPrice()); cartGoods.setAmount(checkSpqInfoResponseDto.getPrice());
} }
cartGoods.setOriginalAmount(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