From f0569858c8375082ae9df98dd4a1ba8e55e3b9c9 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Fri, 2 Nov 2018 15:27:34 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=B8=E6=8A=95=E6=94=BE][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9][=E5=8F=91=E9=80=81=E7=9F=AD=E4=BF=A1=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/iformall/service/impl/WxCouponInjectServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponInjectServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponInjectServiceImpl.java index 306ba94a3..e921fddae 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponInjectServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponInjectServiceImpl.java @@ -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 sendCoupon(WxCoupon wxCoupon,List cUsers,WxCouponInject record){