Commit 2980fe23 by fudahua

feat: 新版本的下载

parent 91b01813
...@@ -874,7 +874,6 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService { ...@@ -874,7 +874,6 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
if (count.get()==0) { if (count.get()==0) {
XlsxFileInfo xlsxFileInfo = new XlsxFileInfo(); XlsxFileInfo xlsxFileInfo = new XlsxFileInfo();
xlsxFileInfo.filepath=SAVE_FOLDER + "/" + task.getId() + xlsxFiles.size() + ".xlsx"; xlsxFileInfo.filepath=SAVE_FOLDER + "/" + task.getId() + xlsxFiles.size() + ".xlsx";
xlsxFileInfo.workbook=new SXSSFWorkbook(100);
currentFile.set(xlsxFileInfo); currentFile.set(xlsxFileInfo);
xlsxFiles.add(currentFile.get().filepath); xlsxFiles.add(currentFile.get().filepath);
} }
......
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