Commit 5a2cb44d by fudahua

zip压缩

parent 932c44a4
......@@ -852,6 +852,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
}
zipFlag=true;
}else{
originalFilePath = SAVE_FOLDER + "/" + condition.getTaskId() + ".xlsx";
saveXlsSplit(originalFilePath,helper,rs,condition);
File file = new File(originalFilePath);
listFile.add(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