Commit f1eaab7a by 王世昌

富有对接 折扣券的折扣参数

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