Commit 6e2e7524 by 徐康

Merge remote-tracking branch 'origin/qa' into qa

parents b4154438 c26ef888
......@@ -437,7 +437,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