Commit 6cb1b189 by huangfusuper

调整模板引擎

parent a4314819
......@@ -177,7 +177,7 @@ public class RunRecordingAndEmailServiceImpl implements RunRecordingAndEmailServ
data.put("data",emailMappings);
Context context = new Context();
context.setVariables(data);
return templateEngine.process("/mail/mail.html", context);
return templateEngine.process("mail", context);
}
/**
......
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