|
|
|
@@ -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()); |
|
|
|
} |
|
|
|
|