|
|
@@ -43,7 +43,7 @@ public class UserActivityServiceImpl extends ServiceImpl<UserActivityMapper, Use
|
|
|
//发送优惠券
|
|
|
List<Long> couponIds = Jsons.parseList(activity.getCouponIds(), Long.class);
|
|
|
for (Long couponId : couponIds) {
|
|
|
- couponCommonService.sendCouponToUser(sendUserId, 100l, 0l, 0l, 0l, CouponUser.Channel.ques_response);
|
|
|
+ couponCommonService.sendCouponToUser(sendUserId, couponId, 0l, 0l, 0l, CouponUser.Channel.ques_response);
|
|
|
}
|
|
|
}
|
|
|
}
|