提交 c3e51d19 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 79a415ea
......@@ -63,7 +63,7 @@ public class ZipUtil {
for (FileInfo file : list) {
String filePath = rootPath + file.getPath() + "/" + file.getFileName() + file.getSuffixName();
File sourceFile = new File(filePath);
compress(out, sourceFile, sourceFile.getName());
compress(out, sourceFile, file.getOriginalFileName());
}
out.close();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论