S-90
parent
74502510db
commit
b4448df047
|
@ -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)}|";
|
||||
|
||||
|
|
Loading…
Reference in New Issue