From 814f942d0cbd2846f6ba1b1e94d3b66713576351 Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Wed, 17 Jan 2024 17:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=A9=E6=96=99=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MsgBaseData/MaterialExt/MaterialExtAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/新版JIT或JIS系统服务端/src/WY.NewJit.Application/MsgBaseData/MaterialExt/MaterialExtAppService.cs b/src/Modules/新版JIT或JIS系统服务端/src/WY.NewJit.Application/MsgBaseData/MaterialExt/MaterialExtAppService.cs index 32ec098..08582f2 100644 --- a/src/Modules/新版JIT或JIS系统服务端/src/WY.NewJit.Application/MsgBaseData/MaterialExt/MaterialExtAppService.cs +++ b/src/Modules/新版JIT或JIS系统服务端/src/WY.NewJit.Application/MsgBaseData/MaterialExt/MaterialExtAppService.cs @@ -115,7 +115,7 @@ namespace WY.NewJit.MsgBaseData byte[] byteArr = await exporter.ExportAsByteArray(items); byteArr.ShouldNotBeNull(); //将excel文件流保存到服务器端文件系统 - string fileName = string.Format("SAP物料信息_{0}.xlsx", Guid.NewGuid().ToString()); + string fileName = string.Format("物料信息_{0}.xlsx", Guid.NewGuid().ToString()); await _blobContainer.SaveAsync(fileName, byteArr); ret.Item = fileName;