From ec467e88631f76fca6530d3796ecdaa314e4d12d Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Tue, 28 Mar 2023 09:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9EDI=20PIL=E7=9A=84=E6=88=AA?= =?UTF-8?q?=E5=8D=95=E6=96=87=E4=BB=B6=E5=90=8D=E5=8E=BB=E6=8E=89ESI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Myshipping.Application/EDI/PILEdiHelper.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Myshipping.Application/EDI/PILEdiHelper.cs b/Myshipping.Application/EDI/PILEdiHelper.cs index 11239890..1c622edf 100644 --- a/Myshipping.Application/EDI/PILEdiHelper.cs +++ b/Myshipping.Application/EDI/PILEdiHelper.cs @@ -673,7 +673,8 @@ namespace Myshipping.Application.EDI.PIL var estr = ""; if (InttrEdi.filetype == "E") { - estr = "ESI"; + //2023-03-28 确认需要把截单报文的文件名去掉ESI英文 + //estr = "ESI"; } else {