Commit bcd5eff8 by xiaoer.li@freemud.com

fix:促销券类型判断

parent 70f564dc
......@@ -423,7 +423,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
, orderType
, assortmentCustomerInfoVo.isMemberPaid()
, cartGoodsList
, null //券
, new ArrayList() //券
, null //加价购商品
, deliveryAmount);
......
......@@ -61,7 +61,8 @@ public class CalculationSharingDiscountService {
, String appId
, Integer orderType
, boolean isMember
, List<CartGoods> cartGoodsList, List<CalculationSharingDiscountRequestDto.CalculationDiscountCoupon> coupons
, List<CartGoods> cartGoodsList
, List<CalculationSharingDiscountRequestDto.CalculationDiscountCoupon> coupons
, List<ShoppingCartInfoRequestVo.SendGoods> sendGoodsList
, Long deliveryAmount) {
......
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