修改添加
parent
7362c60702
commit
2f3a67ba17
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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>();
|
||||||
|
|
Loading…
Reference in New Issue