Commit 2d5b2166 by xiaoer.li@freemud.com

对接促销算价Alpha->fix

parent 1159d120
......@@ -106,6 +106,7 @@ public class CouponPromotionService implements IPromotionService {
cartGoods.setAmount(discountGoods.getRealAmount());
} else {
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