修改一版
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);
|
||||
|
|
Loading…
Reference in New Issue