Commit bb4470f4 authored by wangqiang's avatar wangqiang

地址拼接

parent dff8524b
...@@ -410,7 +410,7 @@ public class ExtFilesServiceImpl<V extends ExtFilesVO> implements ExtFilesServic ...@@ -410,7 +410,7 @@ public class ExtFilesServiceImpl<V extends ExtFilesVO> implements ExtFilesServic
extFilesVO.setOperator(OperatorType.MODIFY); extFilesVO.setOperator(OperatorType.MODIFY);
this.saveRecursion((V) extFilesVO); this.saveRecursion((V) extFilesVO);
//删除目录下所有的文件 //删除目录下所有的文件
FileUtils.deleteFilesInDirectory(System.getProperty("user.dir") + "TEMP/JNDir/"); FileUtils.deleteFilesInDirectory(System.getProperty("user.dir") + "/TEMP/JNDir/");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment