Commit a874921a by huluobin

fix

parent 3127efba
......@@ -100,6 +100,7 @@ public class CouponServiceImpl extends ServiceImpl<CouponMapper, Coupon> impleme
/*2、发放卡券*/
CouponCustomerRelevance couponCustomerRelevance = CouponCustomerRelevance.getInstance(coupon);
couponCustomerRelevance.setCustomerId(customerId);
couponCustomerRelevanceMapper.insert(couponCustomerRelevance);
/*3、修改卡券配置已领取人数*/
......@@ -152,7 +153,7 @@ public class CouponServiceImpl extends ServiceImpl<CouponMapper, Coupon> impleme
.outerCouponIds(couponIds)
.build();
marketService.setUpOuterCoupon(cmd);
marketService.calcOrderAmount(orderId);
}
......
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