修改
This commit is contained in:
@@ -298,7 +298,7 @@ namespace IRaCIS.Application.Services
|
||||
await _readingTableAnswerRowInfoRepository.SaveChangesAsync();
|
||||
|
||||
|
||||
var rowInfoList = await _readingTableQuestionAnswerRepository.Where(x => x.VisitTaskId == inDto.VisitTaskId && x.QuestionId == inDto.QuestionId).OrderBy(x => x.RowIndex).ToListAsync();
|
||||
var rowInfoList = await _readingTableAnswerRowInfoRepository.Where(x => x.VisitTaskId == inDto.VisitTaskId && x.QuestionId == inDto.QuestionId).OrderBy(x => x.RowIndex).ToListAsync();
|
||||
|
||||
var index = 1;
|
||||
foreach (var item in rowInfoList.Where(x=>x.RowIndex%1==0))
|
||||
|
||||
Reference in New Issue
Block a user