From 91f6afbae5fabbc29c0d7b7c8c28c141a42605cd Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Tue, 23 Apr 2024 11:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/TaskManagePlat/TaskDraftCompareService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Myshipping.Application/Service/TaskManagePlat/TaskDraftCompareService.cs b/Myshipping.Application/Service/TaskManagePlat/TaskDraftCompareService.cs index 57bfd0dd..9d4b3073 100644 --- a/Myshipping.Application/Service/TaskManagePlat/TaskDraftCompareService.cs +++ b/Myshipping.Application/Service/TaskManagePlat/TaskDraftCompareService.cs @@ -858,6 +858,7 @@ namespace Myshipping.Application /// /// 请求详情 /// 返回回执 + [HttpPost("/TaskDraftCompare/SaveDraftCompareManual")] public async Task SaveDraftCompareManual(TaskDraftCompareFeedBackDto model) { if (model.bookingId <= 0)