diff --git a/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs b/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs index 0de0ec94..aba2bcde 100644 --- a/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs +++ b/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs @@ -245,6 +245,8 @@ namespace Myshipping.Application TASK_REQ_USERNAME = info.Main.TaskUserName, YARD_NAME = info.Main.YardName, ETD = info.Main.ETD, + CUSTOMER_ID = info.Main.CustomerId, + CUSTOMER_NAME = info.Main.CustomerName }; long taskReqUserId = 0;