提交 17fcf7fc authored 作者: lizhuo's avatar lizhuo

--no commit message

上级 27e60299
......@@ -183,11 +183,12 @@ public class FTPController {
continue;
}
EpubVo epub = new EpubVo();
EpubVo ev;
EpubVo ev=new EpubVo();
try {
ev = analysisdirectory(epub, strremoteDirectoryPath);
} catch (Exception e) {
throw new BaseException("解析失败");
e.printStackTrace();
//throw new BaseException("解析失败");
}
tokenList.add(ev.getEbook().getFileName());
redis.set(ev.getEbook().getFileName(), ev);
......@@ -198,6 +199,7 @@ public class FTPController {
}
}
} catch (IOException e1) {
e1.printStackTrace();
throw new BaseException("解析失败");
}
this.ftpLogOut();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论