Compare commits
No commits in common. "46c824a84ac74c9bd3c000e771be2d7aeed7883b" and "bdaa9974163e20ad094997b53b5c55e214013cf9" have entirely different histories.
46c824a84a
...
bdaa997416
|
@ -1198,7 +1198,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
List<Guid?> rowidnull = rowids.Select(x => (Guid?)x).ToList();
|
||||
|
||||
var tableQuestionMarkList = await _readingTaskQuestionMarkRepository.Where(x => x.VisitTaskId == inDto.VisitTaskId
|
||||
&& (x.RowId == null || rowidnull.Contains(x.RowId))
|
||||
&& x.RowId == null || rowidnull.Contains(x.RowId)
|
||||
).ProjectTo<QuestionMarkInfo>(_mapper.ConfigurationProvider).ToListAsync();
|
||||
|
||||
return (await GetReadingTableQuestion(
|
||||
|
|
Loading…
Reference in New Issue