Uat_Study
he 2022-09-29 11:28:58 +08:00
parent 335572715f
commit 99ccf468e1
1 changed files with 2 additions and 0 deletions

View File

@ -418,6 +418,7 @@ namespace IRaCIS.Application.Services
RowId=x.RowId,
QuestionMark = x.ReadingTableQuestionTrial.QuestionMark,
TableQuestionId = x.TableQuestionId,
RowIndex = x.RowIndex,
TrialId = x.TrialId
}).ToListAsync();
@ -428,6 +429,7 @@ namespace IRaCIS.Application.Services
tableRowAnswers.ForEach(x =>
{
x.VisitTaskId = visitTaskId;
x.IsCurrentTaskAdd = false;
x.Id = NewId.NextGuid();
x.SeriesId = null;
x.InstanceId = null;