From 049043bff6c2cccd5c4579b5920f2e2fd90c77c4 Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Wed, 22 May 2024 09:56:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=84=E7=94=A9=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TaskManagePlat/TaskManageRollingNominationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Myshipping.Application/Service/TaskManagePlat/TaskManageRollingNominationService.cs b/Myshipping.Application/Service/TaskManagePlat/TaskManageRollingNominationService.cs index de60a40a..da1fafbc 100644 --- a/Myshipping.Application/Service/TaskManagePlat/TaskManageRollingNominationService.cs +++ b/Myshipping.Application/Service/TaskManagePlat/TaskManageRollingNominationService.cs @@ -1278,7 +1278,7 @@ namespace Myshipping.Application model.LoadDetailList = list.Select(a => a.Adapt()).ToList(); - if (model.From != null && model.From.Count > 0) + if (model.From != null && model.From.Count > 1) { var firstLoadDetail = model.LoadDetailList.FirstOrDefault();