修改一版

This commit is contained in:
he
2022-09-23 17:25:04 +08:00
parent 54726278cc
commit 57d3ea9ff1
@@ -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);