Commit bcd5eff8 by xiaoer.li@freemud.com

fix:促销券类型判断

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