|
|
@@ -185,7 +185,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
|
|
.field(CorpUserFollowView::getUnionId, unionId)
|
|
|
.field(CorpUserFollowView::getFollowId, followIds).op(Operator.InList).build());
|
|
|
if (corpUserFollowView != null) {
|
|
|
- couponCommonService.sendCouponToUser(userId, 38l, 0l, 0l, 0l, CouponUser.Channel.wxCorp);
|
|
|
+ Constant.FIXED_CUSTOMER_COUPON_IDS.forEach(couponId -> couponCommonService.sendCouponToUser(userId, couponId, 0l, 0l, 0l, CouponUser.Channel.wxCorp));
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|