Uat_Study
he 2022-08-11 16:59:08 +08:00
parent 84bde443bf
commit 028a8afece
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ namespace IRaCIS.Application.Services
}
return (result, new {
isCanAddClinicalData= clinicalDataList.Count()>0,
IsCanAddClinicalData= clinicalDataList.Count()>0,
}) ;
}