修改
This commit is contained in:
@@ -514,9 +514,10 @@ namespace IRaCIS.Application.Services
|
||||
var tableQuestion = x.Clone();
|
||||
tableQuestion.TrialId = inDto.TrialId;
|
||||
tableQuestion.TrialCriterionId = trialCriterion.Id;
|
||||
|
||||
tableQuestion.Id = NewId.NextGuid();
|
||||
|
||||
|
||||
tableQuestion.ReadingQuestionId = copyNewQuestionList.Where(y => y.ReadingQuestionSystemId == x.ReadingQuestionId).Select(y => y.Id).FirstOrDefault();
|
||||
if (tableQuestion.ParentId != null)
|
||||
{
|
||||
tableQuestion.ParentId = copyNewTrialTableQuestionList.Where(y => x.ParentId == y.OriginalId).Select(y => y.Id).FirstOrDefault();
|
||||
|
||||
Reference in New Issue
Block a user