src/main/java/com/xcong/farmer/cms/modules/system/service/Impl/ReleaseServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/farmer/cms/modules/system/service/Impl/ReleaseServiceImpl.java
@@ -105,7 +105,7 @@ if (columnEntity.getBeforeParentId() != -1) { ColumnEntity parent = columnMapper.selectById(columnEntity.getBeforeParentId()); String path = cmsProperties.getOutputPath() + parent.getPath() + "/" + columnEntity.getColumnCode(); String path = FileUtils.path(cmsProperties.getOutputPath(), company.getCode()) + parent.getPath() + "/" + columnEntity.getColumnCode(); log.info("删除路径为:{}", path); FileUtil.del(path); }