Uat_Study
parent
147547bb72
commit
335572715f
|
@ -298,7 +298,7 @@ namespace IRaCIS.Application.Services
|
||||||
await _readingTableAnswerRowInfoRepository.SaveChangesAsync();
|
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;
|
var index = 1;
|
||||||
foreach (var item in rowInfoList.Where(x=>x.RowIndex%1==0))
|
foreach (var item in rowInfoList.Where(x=>x.RowIndex%1==0))
|
||||||
|
|
Loading…
Reference in New Issue