IRC_NewDev
he 2023-10-17 11:07:44 +08:00
parent a313f97736
commit a088071914
1 changed files with 1 additions and 1 deletions

View File

@ -2071,7 +2071,7 @@ namespace IRaCIS.Application.Services
rowInfo.FristAddTaskId = inDto.RowId == null ? inDto.VisitTaskId : rowInfo.FristAddTaskId;
if (inDto.RowId == null)
{
rowInfo.FromMark = inDto.FromMark == null ? string.Empty : inDto.FromMark.Value;
rowInfo.FromMark = inDto.FromMark ?? string.Empty;
//await _readingTableAnswerRowInfoRepository.BatchDeleteNoTrackingAsync(x => x.VisitTaskId == inDto.VisitTaskId && x.RowIndex == inDto.RowIndex && x.QuestionId == inDto.QuestionId);
List<ReadingTableQuestionAnswer> answerList = inDto.AnswerList.Select(x => new ReadingTableQuestionAnswer()