Commit 7d7d4d35 authored by hongguangwu's avatar hongguangwu

1.7.21-优化

parent 5fb4f164
......@@ -63,7 +63,7 @@ public class ExcelToImage {
//获取工作表
Worksheet sheet = wb.getWorksheets().get(0);
String toImagePath = projectRoot + toImag;
sheet.saveToImage(projectRoot+toImag);
sheet.saveToImage(toImagePath);
tempFile = new File(toImagePath);
// 上传税友文件服务器,返回文件路径
......
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