From 0aaa151d29eec541a8cc385210f319cb9c658803 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 9 May 2022 10:02:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettleAccount.Job/Services/Report/UnSettledSumService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettledSumService.cs b/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettledSumService.cs index 1bb5b75a..145168b3 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettledSumService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettledSumService.cs @@ -93,7 +93,7 @@ namespace SettleAccount.Job.Services.Report //.Append(_lsleft, "汇总核对表2") .ExportAppendDataAsByteArray(); result.ShouldNotBeNull(); - _fileContainer.SaveAsync("结算未结寄售核对表", result.Result, true); + _fileContainer.SaveAsync(String.Format("结算未结寄售核对表{0}.xlsx",Guid.NewGuid().ToString("N")), result.Result, true);