Uat_Study
he 2023-07-20 17:25:36 +08:00
parent 8bc59c53b6
commit f97956c181
1 changed files with 4 additions and 0 deletions

View File

@ -229,6 +229,10 @@ namespace IRaCIS.Application.Services
//---存在同类型的临床数据,操作失败
return ResponseOutput.NotOk(_localizer["ClinicalDataSet_DupTypeFail"]);
}
if (indto.Id != null && indto.IsApply == null)
{
indto.IsApply = await _clinicalDataTrialSetRepository.Where(x => x.Id == indto.Id).Select(x => x.IsApply).FirstOrDefaultAsync();
}
//indto.CriterionEnumListStr = $"|{String.Join('|', indto.CriterionEnumList)}|";