修改导表bug

This commit is contained in:
2023-11-14 10:11:37 +08:00
parent 1aaf5e10f4
commit 5834ac7f37
2 changed files with 3 additions and 3 deletions
@@ -491,7 +491,7 @@ namespace IRaCIS.Core.Application.Service.Common
}
var memoryStream2 = new MemoryStream();
wb.Write(memoryStream2);
wb.Write(memoryStream2,true);
memoryStream2.Seek(0, SeekOrigin.Begin);
return new FileStreamResult(memoryStream2, "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet")