KKSU
2024-03-20 5b3ee26fed3c92253bef4e26a65e29a5dc7ba04d
src/main/java/com/xcong/farmer/cms/core/node/Template.java
@@ -117,6 +117,8 @@
            FileOutputStream outputStream = new FileOutputStream(path + this.name + suffix);
            outputStream.write(html.getBytes());
            outputStream.close();
            document = null;
        } catch (IOException e) {
            e.printStackTrace();
        }