From 3a8e5ffbc628c3faeee9a1cacd2bcc1c15581f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Fri, 1 Dec 2023 09:59:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E4=B8=BAget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 24Hour/Controllers/Common/LawyerArchivesController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/24Hour/Controllers/Common/LawyerArchivesController.cs b/24Hour/Controllers/Common/LawyerArchivesController.cs index e4f2ade..1ef92f6 100644 --- a/24Hour/Controllers/Common/LawyerArchivesController.cs +++ b/24Hour/Controllers/Common/LawyerArchivesController.cs @@ -371,7 +371,6 @@ namespace _24Hour.Controllers.Common { return Result.Error("当前预约信息已被分配"); } - var entity = mapper.Map(dto); entity.Id = Guid.NewGuid().ToString(); entity.createrId = _userdata.Id; @@ -840,7 +839,7 @@ namespace _24Hour.Controllers.Common /// /// /// - [HttpPost] + [HttpGet] [Route("UploadDataToTwentyfourSys")] public async Task UploadDataToTwentyfourSys(string lawyerarchivesId) {