1、数据查询的导出将生成的临时文件删除
This commit is contained in:
@@ -194,7 +194,7 @@ public class DataAnalysisServiceImpl implements IDataAnalysisService {
|
||||
}
|
||||
String taskAssociationFileSaveName = taskAssociationFileSavePrefixName + ".xlsx";
|
||||
SystemOperate.outputHttpFileStream(httpServletResponse, taskAssociationFile, taskAssociationFileSaveName);
|
||||
// file.delete();
|
||||
file.delete();
|
||||
}
|
||||
}
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user