医学审核稽查修改
parent
93d3024b0f
commit
245898e22e
|
@ -1130,7 +1130,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
await InsertInspection<ReadingMedicineTrialQuestion>(entity, type, x => new InspectionConvertDTO()
|
await InsertInspection<ReadingMedicineTrialQuestion>(entity, type, x => new InspectionConvertDTO()
|
||||||
{
|
{
|
||||||
IsDistinctionInterface = false,
|
IsDistinctionInterface = false,
|
||||||
ObjectRelationParentId = x.TrialId
|
|
||||||
|
ObjectRelationParentId = entity.TrialId,
|
||||||
|
TrialReadingCriterionId = x.TrialReadingCriterionId,
|
||||||
|
|
||||||
|
|
||||||
}, new { ParentQuestionName = parentQuestionName });
|
}, new { ParentQuestionName = parentQuestionName });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue