Commit 369331c8 authored by zhangqingle's avatar zhangqingle

增加打印日志

parent cc38d00a
......@@ -707,6 +707,7 @@ public class BChapterServiceImpl implements BChapterService {
LogUtil.fileChangeLog("------------------存在直接返回路径----------------------------" + fileOld);
return returnBasePath + File.separator + name;
} else {
LogUtil.fileChangeLog("------------------判断是否可读----------------------------" + fileOld);
String downLoadName = downLoadFile(bFile, file, filePath);
FileReadableUtil.fileReadable(filePath + File.separator + downLoadName, fileMaxSize, fileMaxPages);
LogUtil.fileChangeLog("------------------返回下载后路径-----------------------------" + downLoadName);
......
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