From 2f3a67ba17656494f5ae44014b8cb8d2aea5ed16 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 13 Apr 2022 15:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/Controllers/InspectionController.cs | 2 +- .../Service/Inspection/InspectionService.cs | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/IRaCIS.Core.API/Controllers/InspectionController.cs b/IRaCIS.Core.API/Controllers/InspectionController.cs index d6780e274..7392a72ec 100644 --- a/IRaCIS.Core.API/Controllers/InspectionController.cs +++ b/IRaCIS.Core.API/Controllers/InspectionController.cs @@ -200,7 +200,7 @@ namespace IRaCIS.Core.API.Controllers /// /// /// - [HttpPost, Route("Inspection/clinicalData/AddOrUpdateVisitStage")] + [HttpPost, Route("Inspection/clinicalData/AddOrUpdatePreviousHistory")] [UnitOfWork] public async Task AddOrUpdatePreviousHistory(DataInspectionDto opt) { diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs index b1c9f90dd..4a4fb03e7 100644 --- a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs @@ -372,10 +372,6 @@ namespace IRaCIS.Core.Application.Service.Inspection if (value.GetType() == typeof(JArray)) { JArray arrays = (JArray)value; - - - - if (item.Type.ToLower() == "id".ToLower()) { List guids = new List();