From d3097b134847946b4fd2d1acf541fe44c2612372 Mon Sep 17 00:00:00 2001 From: zhangxiaofeng <1939543722@qq.com> Date: Thu, 23 May 2024 16:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=88=B1=E4=BD=8D=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/BookingSlot/BookingSlotService.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Myshipping.Application/Service/BookingSlot/BookingSlotService.cs b/Myshipping.Application/Service/BookingSlot/BookingSlotService.cs index 8cf83d56..842fa39e 100644 --- a/Myshipping.Application/Service/BookingSlot/BookingSlotService.cs +++ b/Myshipping.Application/Service/BookingSlot/BookingSlotService.cs @@ -2760,6 +2760,10 @@ namespace Myshipping.Application bkModel.MBLNO = newMblno; } } + else + { + bkModel.MBLNO = bookingSlotBase.SLOT_BOOKING_NO.Trim(); + } _logger.LogInformation("根据舱位生成订舱,得到MBLNO:{MBLNO}", bkModel.MBLNO); var ctnCodeList = _cache.GetAllCodeCtn().GetAwaiter().GetResult().ToList();