|
|
|
@@ -445,9 +445,6 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
msgReplaceMap.put("contract", businessId.toString()); |
|
|
|
}else if(isCoupon(flowType)){ |
|
|
|
mailMsg.setModelType(EnumMailMsgModel.MAIL_C_ASSIGNEE_NODIFY.getCode()); |
|
|
|
WxCoupon wxCoupon = this.wxCouponMapper.selectByPrimaryKey(businessId); |
|
|
|
msgReplaceMap.put("type",EnumCouponType.getEnum(wxCoupon.getType()).getMessage()); |
|
|
|
msgReplaceMap.put("name",wxCoupon.getTitle()); |
|
|
|
} |
|
|
|
mailMsg.setDynamicContentMap(msgReplaceMap); |
|
|
|
mqBaseProducer.sendMessage(mailMsg, EnumMsgMqTopic.DEFAULT.getCode(), EnumMsgMqTag.DEFAULT.getCode(), EnumMsgMqKey.DEFAULT.getCode()); |
|
|
|
|