xiaoyong931011
2022-07-08 2384ab59fbebd5bf40826a88420a736984316b93
src/main/java/com/xcong/farmer/cms/modules/core/service/impl/CmsCoreServiceImpl.java
@@ -35,7 +35,7 @@
        data.put("templatePath", templatePath);
        data.put("templateName", data.get("id"));
        if (StrUtil.isEmpty(templateName)) {
            templateName = "defualt.artile.html";
            templateName = "defualt.article.html";
        }
        cfg.process(data, templateName);