|
|
@@ -610,7 +610,10 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 7. 公众号消息 |
|
|
// 7. 公众号消息 |
|
|
if(StringUtils.isNotBlank(user.getMpAppId()) && StringUtils.isNotBlank(user.getMpOpenId())) { |
|
|
|
|
|
|
|
|
if(StringUtils.isNotBlank(user.getMpAppId()) && |
|
|
|
|
|
StringUtils.isNotBlank(user.getMpOpenId()) && |
|
|
|
|
|
user.getMpSubscribe().equals(EnumUserIsSubscribe.YES.getCode())) { |
|
|
|
|
|
// 已关注公众号 |
|
|
/** |
|
|
/** |
|
|
* 卡券核销通知 |
|
|
* 卡券核销通知 |
|
|
* {{first.DATA}} |
|
|
* {{first.DATA}} |
|
|
|