Commit 7e9f0b40 by 王世昌

Merge branch 'feature/20210720-富有对接折扣券新增折扣参数-wsc'

parents 13c65a89 f1eaab7a
......@@ -1298,7 +1298,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
}
coupon.setDiscount(discount);
// 暂时先不上
coupon.setDiscountAmount(Integer.valueOf(each.getDiscountAmount()));
coupon.setDiscountAmount(0);
}else {
coupon.setDiscount(BigDecimal.ZERO);
coupon.setDiscountAmount(Integer.valueOf(each.getDiscountAmount()));
......
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