修改一版

Uat_Study
he 2022-09-07 10:13:31 +08:00
parent 6b33055210
commit 41bbd8e5f1
1 changed files with 2 additions and 1 deletions

View File

@ -252,11 +252,12 @@ namespace IRaCIS.Application.Services
QuestionId=x.QuestionId,
RowIndex=x.RowIndex,
TrialId=x.TrialId,
VisitTaskId=visitTaskId
VisitTaskId=visitTaskId,
}).ToListAsync();
tableRowAnswers.ForEach(x =>
{
x.IsCurrentTaskAdd = false;
x.Id = NewId.NextGuid();
});