Commit 28ed234a by zwb

修改简历html模版名称为默认

parent e00b68da
......@@ -687,7 +687,7 @@ public class NewEditionResumeServiceImpl implements NewEditionResumeService {
@Override
public String createResumeHtml(String resumeId, String templateName) {
if (StringUtils.isBlank(templateName)) {
templateName = "tpl1.ejs";
templateName = "tpl21.ejs";
}
if (StringUtils.isBlank(resumeId)) {
throw new WarnException("简历ID不能为空");
......
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 sign in to comment