S-90
parent
8bc59c53b6
commit
f97956c181
|
@ -229,6 +229,10 @@ namespace IRaCIS.Application.Services
|
||||||
//---存在同类型的临床数据,操作失败
|
//---存在同类型的临床数据,操作失败
|
||||||
return ResponseOutput.NotOk(_localizer["ClinicalDataSet_DupTypeFail"]);
|
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)}|";
|
//indto.CriterionEnumListStr = $"|{String.Join('|', indto.CriterionEnumList)}|";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue