提交 c91c93cc authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 1eee11c0
......@@ -134,7 +134,7 @@ public class FileController {
if (!file.exists()) {
entity.setFileName(fileName);
entity = service.selectOne(entity);
fileName = "D:/opt/upload/syyl/" + entity.getPath() + "/" + entity.getFileName() + entity.getSuffixName();
fileName = rootPath + entity.getPath() + "/" + entity.getFileName() + entity.getSuffixName();
file = new File(fileName);
if (file.exists()) {
files.add(file);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论