|
|
|
@@ -372,10 +372,10 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
mailMsg.setTo(new String[]{email}); |
|
|
|
mailMsg.setTenantId(tenantId); |
|
|
|
if(isContract(flowType)){ |
|
|
|
dynamicContentMap.put("bustype","合同"); |
|
|
|
msgReplaceMap.put("bustype","合同"); |
|
|
|
}else if(isBill(flowType)){ |
|
|
|
dynamicContentMap.put("bustype","账单"); |
|
|
|
dynamicContentMap.put("contract", businessId.toString()); |
|
|
|
msgReplaceMap.put("bustype","账单"); |
|
|
|
msgReplaceMap.put("contract", businessId.toString()); |
|
|
|
} |
|
|
|
mailMsg.setDynamicContentMap(msgReplaceMap); |
|
|
|
mqBaseProducer.sendMessage(mailMsg, EnumMsgMqTopic.DEFAULT.getCode(), EnumMsgMqTag.DEFAULT.getCode(), EnumMsgMqKey.DEFAULT.getCode()); |
|
|
|
|