修改添加
parent
7362c60702
commit
2f3a67ba17
|
@ -200,7 +200,7 @@ namespace IRaCIS.Core.API.Controllers
|
|||
/// </summary>
|
||||
/// <param name="opt"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost, Route("Inspection/clinicalData/AddOrUpdateVisitStage")]
|
||||
[HttpPost, Route("Inspection/clinicalData/AddOrUpdatePreviousHistory")]
|
||||
[UnitOfWork]
|
||||
public async Task<IResponseOutput> AddOrUpdatePreviousHistory(DataInspectionDto<PreviousHistoryAddOrEdit> opt)
|
||||
{
|
||||
|
|
|
@ -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<Guid> guids = new List<Guid>();
|
||||
|
|
Loading…
Reference in New Issue