fix
Helius
2022-07-11 c7542dec7a160a733a230fcf9ee99f42e0b99ef4
src/main/java/com/xcong/farmer/cms/core/node/Template.java
@@ -97,7 +97,7 @@
            sb.append(partNode.getHtml());
        }
        document = Jsoup.parse(sb.toString());
        String outPath = path(outputPath);
        String outPath = path(outputPath) + system.get("companyCode");
        String html = document.html();
        try {