Commit 4049b81d authored by yanzg's avatar yanzg

文件处理

parent ea55970e
......@@ -161,7 +161,7 @@ public class YzgFileServiceImpl implements YzgFileService {
try {
Files.move(Paths.get(fullFrom), Paths.get(fullTo), StandardCopyOption.REPLACE_EXISTING);
} catch (Exception ex) {
throw new CodeException(String.format("移动文件 %s 到 %s 失败,错误:%s", item.getFrom(), item.getTo()), ex.getMessage());
throw new CodeException(String.format("移动文件 %s 到 %s 失败,原因:%s", item.getFrom(), item.getTo(), ex.getMessage()));
}
}
......
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