Commit 7ab7f19a by jx-art

map参数引用

parent bbe80da1
......@@ -31,6 +31,7 @@ public class EmailServiceImpl implements IEmailService {
//固定
emailFactor.setType(EmailTypeEnum.TEXT.getType());
emailFactor.setEmailTemplateEnum(emailTemplateEnum);
emailFactor.setData(map);
if (map != null) {
String content = this.content(emailFactor);
if (!CollectionUtils.isEmpty(toList)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment