From 312e9c3a599c3cc9ae2144d301c25ed10e49e1ae Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Sun, 23 Apr 2023 18:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B4=BE=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/TaskManagePlat/TaskManageTruckService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Myshipping.Application/Service/TaskManagePlat/TaskManageTruckService.cs b/Myshipping.Application/Service/TaskManagePlat/TaskManageTruckService.cs index a23b0757..1a69403f 100644 --- a/Myshipping.Application/Service/TaskManagePlat/TaskManageTruckService.cs +++ b/Myshipping.Application/Service/TaskManagePlat/TaskManageTruckService.cs @@ -879,7 +879,9 @@ namespace Myshipping.Application it.TruckFlowNo, it.TaskNo, it.TASK_ID, - it.BookingTruckId + it.BookingTruckId, + it.DispatcherId, + it.DispatcherName }).ExecuteCommandAsync();