From ed908f11d71e48a5d250957d7894debe5fc2732a Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Wed, 3 Apr 2024 12:52:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E9=82=AE?= =?UTF-8?q?=E4=BB=B6=E8=BD=AC=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/TaskManagePlat/TaskManageBCService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Myshipping.Application/Service/TaskManagePlat/TaskManageBCService.cs b/Myshipping.Application/Service/TaskManagePlat/TaskManageBCService.cs index 65918ab5..084178d5 100644 --- a/Myshipping.Application/Service/TaskManagePlat/TaskManageBCService.cs +++ b/Myshipping.Application/Service/TaskManagePlat/TaskManageBCService.cs @@ -2193,7 +2193,7 @@ namespace Myshipping.Application emailApiUserDefinedDto.Attaches.Add(new AttachesInfo { - AttachName = Path.GetFileName(filePath), + AttachName = Path.GetFileName(filePath).Replace("_MODIFY",""), AttachContent = base64Str });