| | |
| | | userIdList = relUserIdList; |
| | | } |
| | | } |
| | | //商户发送全部,则发送没有绑定的会员及绑定了当前商户端会员 |
| | | if(coupon.getCouponFrom() == 2 && sendTarget == 2){ |
| | | shopId = coupon.getShopId(); |
| | | userIdList = memberService.listIdBySendType2(shopId); |
| | | } |
| | | |
| | | |
| | | if(userIdList!=null&&!userIdList.isEmpty()){ |
| | | List<MemberCoupon> memberCouponList = new ArrayList<>(); |
| | | MemberCoupon memberCoupon; |
| | |
| | | userIdList = relUserIdList; |
| | | } |
| | | } |
| | | //商户发送全部,则发送没有绑定的会员及绑定了当前商户端会员 |
| | | if(coupon.getCouponFrom() == 2 && sendTarget == 2){ |
| | | shopId = coupon.getShopId(); |
| | | userIdList = memberService.listIdBySendType2(shopId); |
| | | } |
| | | |
| | | if(relUserIdList!=null&&!relUserIdList.isEmpty()){ |
| | | List<MemberCoupon> memberCouponList = new ArrayList<>(); |
| | | MemberCoupon memberCoupon; |