医学审核稽查修改

Uat_Study
hang 2023-11-21 13:18:25 +08:00
parent 93d3024b0f
commit 245898e22e
1 changed files with 4 additions and 1 deletions

View File

@ -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 });
} }