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;