Uat_Study
he 2023-02-15 14:43:00 +08:00
parent 8cd5d3ba9b
commit 8db12bc919
1 changed files with 3 additions and 0 deletions

View File

@ -1506,6 +1506,9 @@ namespace IRaCIS.Application.Services
if (inDto.RowId == null) if (inDto.RowId == null)
{ {
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() List<ReadingTableQuestionAnswer> answerList = inDto.AnswerList.Select(x => new ReadingTableQuestionAnswer()
{ {
Answer = x.Answer, Answer = x.Answer,