|
|
|
@@ -359,7 +359,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
dynamicContentMap.put("bustype","账单"); |
|
|
|
dynamicContentMap.put("contract", businessId.toString()); |
|
|
|
}else if(isCoupon(flowType)){ |
|
|
|
dynamicContentMap.put("bustype","有价卷"); |
|
|
|
dynamicContentMap.put("bustype","有价券"); |
|
|
|
dynamicContentMap.put("contract",businessId.toString()); |
|
|
|
} |
|
|
|
wxMsgRecord.setDynamicContentMap(dynamicContentMap); |
|
|
|
@@ -438,7 +438,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
msgReplaceMap.put("bustype","账单"); |
|
|
|
msgReplaceMap.put("contract", businessId.toString()); |
|
|
|
}else if(isCoupon(flowType)){ |
|
|
|
msgReplaceMap.put("bustype","有价卷"); |
|
|
|
msgReplaceMap.put("bustype","有价券"); |
|
|
|
msgReplaceMap.put("contract",businessId.toString()); |
|
|
|
} |
|
|
|
mailMsg.setDynamicContentMap(msgReplaceMap); |
|
|
|
@@ -863,7 +863,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
msgReplaceMap.put("bustype","账单"); |
|
|
|
msgReplaceMap.put("contract", businessId.toString()); |
|
|
|
}else if(isCoupon(flowType)){ |
|
|
|
msgReplaceMap.put("bustype","有价卷"); |
|
|
|
msgReplaceMap.put("bustype","有价券"); |
|
|
|
msgReplaceMap.put("contract",businessId.toString()); |
|
|
|
} |
|
|
|
wxMsgRecord.setDynamicContentMap(msgReplaceMap); |
|
|
|
@@ -885,7 +885,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
msgReplaceMap.put("bustype","账单"); |
|
|
|
msgReplaceMap.put("contract", businessId.toString()); |
|
|
|
}else if(isCoupon(flowType)){ |
|
|
|
msgReplaceMap.put("bustype","有价卷"); |
|
|
|
msgReplaceMap.put("bustype","有价券"); |
|
|
|
msgReplaceMap.put("contract",businessId.toString()); |
|
|
|
} |
|
|
|
mailMsg.setDynamicContentMap(msgReplaceMap); |
|
|
|
@@ -917,7 +917,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
msgReplaceMap.put("bustype","账单"); |
|
|
|
msgReplaceMap.put("contract", businessId.toString()); |
|
|
|
}else if(isCoupon(flowType)){ |
|
|
|
msgReplaceMap.put("bustype","有价卷"); |
|
|
|
msgReplaceMap.put("bustype","有价券"); |
|
|
|
msgReplaceMap.put("contract",businessId.toString()); |
|
|
|
} |
|
|
|
wxMsgRecord.setDynamicContentMap(msgReplaceMap); |
|
|
|
@@ -939,7 +939,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
msgReplaceMap.put("bustype","账单"); |
|
|
|
msgReplaceMap.put("contract", businessId.toString()); |
|
|
|
}else if(isCoupon(flowType)){ |
|
|
|
msgReplaceMap.put("bustype","有价卷"); |
|
|
|
msgReplaceMap.put("bustype","有价券"); |
|
|
|
msgReplaceMap.put("contract",businessId.toString()); |
|
|
|
} |
|
|
|
mailMsg.setDynamicContentMap(msgReplaceMap); |
|
|
|
@@ -1087,7 +1087,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
msgReplaceMap.put("bustype","账单"); |
|
|
|
msgReplaceMap.put("contract", businessId.toString()); |
|
|
|
}else if(isCoupon(flowType)){ |
|
|
|
msgReplaceMap.put("bustype","有价卷"); |
|
|
|
msgReplaceMap.put("bustype","有价券"); |
|
|
|
msgReplaceMap.put("contract",businessId.toString()); |
|
|
|
} |
|
|
|
mailMsg.setDynamicContentMap(msgReplaceMap); |
|
|
|
|