Commit 80f0607d by fudahua

Merge branch 'feature-2023-04' into 'developer'

feat: 新版本的下载

See merge request !72
parents 0f106d4c 2980fe23
......@@ -874,7 +874,6 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
if (count.get()==0) {
XlsxFileInfo xlsxFileInfo = new XlsxFileInfo();
xlsxFileInfo.filepath=SAVE_FOLDER + "/" + task.getId() + xlsxFiles.size() + ".xlsx";
xlsxFileInfo.workbook=new SXSSFWorkbook(100);
currentFile.set(xlsxFileInfo);
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