From fac27fe94495eb11caeba708d3407d8115e8ddc9 Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Tue, 6 Aug 2024 18:40:31 +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 --- .../Op/Method/SeaExportBookingOrClosingEDIService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportBookingOrClosingEDIService.cs b/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportBookingOrClosingEDIService.cs index b3c06df5..4e96d5e4 100644 --- a/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportBookingOrClosingEDIService.cs +++ b/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportBookingOrClosingEDIService.cs @@ -1434,7 +1434,7 @@ namespace DS.WMS.Core.Op.Method //这里是订舱时,默认取SOREMARK赋值到EDIREMARK if (req.SendType == "B") { - primaryModel.EDIREMARK = order.EdiRemark; + primaryModel.EDIREMARK = order.BookingRemark; } primaryModel.S0CC0C = ediExtModel.S0CC0C;