From 1f7a7b5444615797bd9f9b989fb16bd7cf3bfdfe Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Mon, 3 Apr 2023 12:40:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=B7=E7=BF=94EDI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Myshipping.Application/EDI/TSLEdiHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Myshipping.Application/EDI/TSLEdiHelper.cs b/Myshipping.Application/EDI/TSLEdiHelper.cs index 8c09f191..f2f9907f 100644 --- a/Myshipping.Application/EDI/TSLEdiHelper.cs +++ b/Myshipping.Application/EDI/TSLEdiHelper.cs @@ -377,12 +377,12 @@ namespace Myshipping.Application.EDI.TSL } else { - /* + if (StringIsChinese(headData.SIREMARK)) { error = error + "
提单号:" + headData.MBLNO + " SI备注中含有中文或双字节字符"; } - */ + } } else