Commit 929077d1 authored by sunxin's avatar sunxin

添加参数

parent 4cf31d35
...@@ -125,7 +125,7 @@ public class ColumnAction extends BaseAction{ ...@@ -125,7 +125,7 @@ public class ColumnAction extends BaseAction{
*/ */
private void columnPath(HttpServletRequest request,ColumnEntity column){ private void columnPath(HttpServletRequest request,ColumnEntity column){
StringBuffer columnPath = new StringBuffer(); StringBuffer columnPath = new StringBuffer();
String file = BasicUtil.getRealPath("")+ParserUtil.HTML+File.separator+ column.getAppId(); String file = BasicUtil.getRealPath("","")+ParserUtil.HTML+File.separator+ column.getAppId();
String delFile = ""; String delFile = "";
//修改栏目路径时,删除已存在的文件夹 //修改栏目路径时,删除已存在的文件夹
column = (ColumnEntity) columnBiz.getEntity(column.getCategoryId()); column = (ColumnEntity) columnBiz.getEntity(column.getCategoryId());
......
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