|
|
|
@@ -203,7 +203,7 @@ public class WxCouponInjectServiceImpl implements WxCouponInjectService { |
|
|
|
wxmsg.setSuccessNumber(0); |
|
|
|
wxmsg.setErrorNumber(0); |
|
|
|
wxmsg.setWay(EnumSendWay.COUPON.getCode());//1、标签短信2、精准发券 |
|
|
|
return wxMsgService.saveOrUpdate(wxmsg); |
|
|
|
return wxMsgService.saveOrUpdate(wxmsg,wxMsgConfig); |
|
|
|
} |
|
|
|
|
|
|
|
private List<WxCUser> sendCoupon(WxCoupon wxCoupon,List<WxCUser> cUsers,WxCouponInject record){ |
|
|
|
|