From c73117f2c7e780e12d916f4bf527a456ca5d3fb2 Mon Sep 17 00:00:00 2001 From: douhandong Date: Thu, 6 Jun 2024 09:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=AD=97=E6=AE=B5=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/TaskManagePlat/TaskManageService.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs b/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs index a63af9d8..7a740309 100644 --- a/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs +++ b/Myshipping.Application/Service/TaskManagePlat/TaskManageService.cs @@ -2462,6 +2462,7 @@ namespace Myshipping.Application userIds = JsonConvert.DeserializeObject>( _cache.Get(QuerySearch.DJYUserId)); } + switch (QuerySearch.TaskType) { @@ -2815,7 +2816,7 @@ namespace Myshipping.Application bc.READ_CREATE_TIME, bc.ROLL_DOUBLE_REMARK, bc.PLAN_TXT, - bc.REMARK, + //bc.REMARK, bc.TASK_BATCH_TOTAL, bc.TASK_BATCH_PER_TOTAL @@ -2887,7 +2888,7 @@ namespace Myshipping.Application bc.CARRIER, bc.NOTICE_TYPE, bc.NOTICE_TYPE_NAME, - bc.MBL_NO, + //bc.MBL_NO, bc.NOTICE_DATE }).ToPagedListAsync(QuerySearch.PageNo, QuerySearch.PageSize);