Uat_Study
he 2023-02-15 14:45:11 +08:00
parent 8db12bc919
commit 7b77f123b9
1 changed files with 1 additions and 1 deletions

View File

@ -1507,7 +1507,7 @@ 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); //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()
{ {