修改一版

Uat_Study
he 2022-09-23 17:25:04 +08:00
parent 54726278cc
commit 57d3ea9ff1
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ namespace IRaCIS.Application.Services
{
x.Id = NewId.NextGuid();
x.RowIndex = newRowIndex;
x.VisitTaskId = inDto.VisitTaskId;
x.Answer = needRemoveMark.Contains(x.ReadingTableQuestionTrial.QuestionMark) ? string.Empty : x.Answer;
});
await _readingTableAnswerRowInfoRepository.AddAsync(rowAnswer);