Commit a4314819 by huangfusuper

调整模板引擎

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