Commit e36c905e authored by wangfugui's avatar wangfugui

修复bug

parent 5a167240
...@@ -220,7 +220,7 @@ public class DeckSquareFileUtil { ...@@ -220,7 +220,7 @@ public class DeckSquareFileUtil {
FileOutputStream fos = null; FileOutputStream fos = null;
try { try {
// 创建文件对象 // 创建文件对象
File file = new File(path); File file = new File(path, fileName);
fos = new FileOutputStream(file); fos = new FileOutputStream(file);
// 创建文件输出流 // 创建文件输出流
// 写入内容 // 写入内容
......
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