src/main/java/com/xcong/farmer/cms/modules/system/service/Impl/CmsTemplateServiceImpl.java
@@ -253,7 +253,7 @@ String staticPath = FileUtils.path(cmsProperties.getStaticPath(), company.getCode()); String fileName = "template.zip"; ZipUtil.zip(templatePath, staticPath + "/template.zip", true); ZipUtil.zip(FileUtil.file(staticPath + "/template.zip"), true, FileUtil.file(templatePath), FileUtil.file(staticPath)); return Result.ok("success", cmsProperties.getStaticUrl() + company.getCode() + "/" + fileName); }