From bbfedd5f5ffcb9a03492959bd71506ccf04b81f1 Mon Sep 17 00:00:00 2001 From: hupeng Date: Wed, 17 Apr 2019 20:40:56 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=9F=AD=E4=BF=A1][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E6=94=BE=E5=BC=80=E5=9B=A0=E8=B0=83=E8=AF=95=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=8E=89=E7=9A=84=E7=9F=AD=E4=BF=A1=E5=8F=91=E6=94=BE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= 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 df7cc1370..588c8f84c 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponInjectServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponInjectServiceImpl.java @@ -145,7 +145,7 @@ public class WxCouponInjectServiceImpl implements WxCouponInjectService { if (sentUsers.size() > 0) { record.setStatus(EnumCouponInjectStatus.HAS_SENT.getCode()); //发送短信 - //sendMsg(record, sentUsers); + sendMsg(record, sentUsers); } else { record.setStatus(EnumCouponInjectStatus.SEND_FAILED.getCode()); }