src/main/java/com/xcong/farmer/cms/core/template/TemplateConfiguration.java
@@ -36,6 +36,7 @@ } map.put("apiUrl", API_URL); try { String companyCode = (String) map.get("companyCode"); log.info("解析开始执行--#类型:{}#--#模板名称:{}#--#ID:{}#", map.get("templateType"), templateName, map.get("id")); @@ -52,6 +53,9 @@ pageTemplate.output(outputPath); i++; } } catch (Exception e) { log.error("页面编译异常", e); } } public Template template(String templatePath, String templateName) {