修改添加

Uat_Study
he 2022-04-13 15:39:36 +08:00
parent 7362c60702
commit 2f3a67ba17
2 changed files with 1 additions and 5 deletions

View File

@ -200,7 +200,7 @@ namespace IRaCIS.Core.API.Controllers
/// </summary> /// </summary>
/// <param name="opt"></param> /// <param name="opt"></param>
/// <returns></returns> /// <returns></returns>
[HttpPost, Route("Inspection/clinicalData/AddOrUpdateVisitStage")] [HttpPost, Route("Inspection/clinicalData/AddOrUpdatePreviousHistory")]
[UnitOfWork] [UnitOfWork]
public async Task<IResponseOutput> AddOrUpdatePreviousHistory(DataInspectionDto<PreviousHistoryAddOrEdit> opt) public async Task<IResponseOutput> AddOrUpdatePreviousHistory(DataInspectionDto<PreviousHistoryAddOrEdit> opt)
{ {

View File

@ -372,10 +372,6 @@ namespace IRaCIS.Core.Application.Service.Inspection
if (value.GetType() == typeof(JArray)) if (value.GetType() == typeof(JArray))
{ {
JArray arrays = (JArray)value; JArray arrays = (JArray)value;
if (item.Type.ToLower() == "id".ToLower()) if (item.Type.ToLower() == "id".ToLower())
{ {
List<Guid> guids = new List<Guid>(); List<Guid> guids = new List<Guid>();