|
|
|
@@ -117,6 +117,7 @@ public class WxCouponPresentServiceImpl implements WxCouponPresentService { |
|
|
|
//发送 |
|
|
|
sendMsg(tenantId, phone, priceStr, name, couponPassword.getPassword()); |
|
|
|
//记录发送数据便于更新状态 |
|
|
|
couponPassword.setSendedPhone(phone); |
|
|
|
tempList.add(couponPassword); |
|
|
|
i++; |
|
|
|
} |
|
|
|
|