@@ -1253,7 +1253,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
await InsertInspection<ReadingMedicineTrialQuestion>(entity, type, x => new InspectionConvertDTO()
|
||||
{
|
||||
IsDistinctionInterface = false,
|
||||
ObjectRelationParentId = x.TrialId
|
||||
|
||||
ObjectRelationParentId = entity.TrialId,
|
||||
TrialReadingCriterionId = x.TrialReadingCriterionId,
|
||||
|
||||
|
||||
}, new { ParentQuestionName = parentQuestionName });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user