Authored by chenjian

Merge branch 'hotfix-20191023' into test6.9.14

... ... @@ -536,7 +536,7 @@ public class ShoppingServiceImpl implements IShoppingService {
ActivityPrice activityPrice = checkAndGetActivityPrice(request, skupGood);
//构建算费
ChargeContext chargeContext = buildChargeContext(request, skupGood, activityPrice, ChargeParam.AUTO_RECOMMENDED_COUPON);
ChargeContext chargeContext = buildChargeContext(request, skupGood, activityPrice, ChargeParam.AUTO_RECOMMENDED_COUPON, null);
//算费
chargeService.charge(chargeContext);
... ...