From cd2659581dbb1154b3c789eb9ed32df1f6222fc7 Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Thu, 15 Aug 2024 15:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9INTTRA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ds-wms-service/DS.WMS.Core/Op/EDI/InttraEdiHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-wms-service/DS.WMS.Core/Op/EDI/InttraEdiHelper.cs b/ds-wms-service/DS.WMS.Core/Op/EDI/InttraEdiHelper.cs index a9750168..9540772b 100644 --- a/ds-wms-service/DS.WMS.Core/Op/EDI/InttraEdiHelper.cs +++ b/ds-wms-service/DS.WMS.Core/Op/EDI/InttraEdiHelper.cs @@ -330,7 +330,7 @@ namespace DS.WMS.Core.Op.EDI } //截单时必需校验提单号,订舱时CMA可以不校验提单号必填 - if (InttrEdi.filetype == "E" || (InttrEdi.filetype == "B" && (headData.CARRIEREDICODE != "HLCU" && headData.CARRIEREDICODE != "CMDU" && headData.CARRIEREDICODE != "CHNL"))) + if (InttrEdi.filetype == "E" || (InttrEdi.filetype == "B" && (headData.CARRIEREDICODE != "HLCU" && headData.CARRIEREDICODE != "CMDU" && headData.CARRIEREDICODE != "CHNL" && headData.CARRIEREDICODE != "MAEU"))) { if (string.IsNullOrEmpty(headData.MBLNO)) { error = error + "
主提单号不能为空"; }