提交 94b6b976 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 f89c7044
......@@ -266,7 +266,13 @@ public class FileController {
if (!file.exists()) {
filePath = entity.getPath() + "/" + fileName;
}
file = new File(rootPath + filePath);
logger.info(rootPath + filePath);
if (!file.exists()) {
filePath = entity.getPath() + "/" + entity.getFileName()+ entity.getSuffixName();;
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论