IRC_NewDev
parent
03f7173855
commit
a0f756a4cb
|
@ -400,7 +400,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
if (lowPddTaskid != null && lowPddTaskid != default(Guid))
|
if (lowPddTaskid != null && lowPddTaskid != default(Guid))
|
||||||
{
|
{
|
||||||
|
|
||||||
var lowPPDAnswerList = await _readingTableQuestionAnswerRepository.Where(x => visitTaskIds.Contains(x.VisitTaskId)
|
var lowPPDAnswerList = await _readingTableQuestionAnswerRepository.Where(x =>x.VisitTaskId== lowPddTaskid
|
||||||
&& x.QuestionId == inDto.QuestionId
|
&& x.QuestionId == inDto.QuestionId
|
||||||
&& x.RowIndex == inDto.RowIndex).Include(x => x.ReadingTableQuestionTrial)
|
&& x.RowIndex == inDto.RowIndex).Include(x => x.ReadingTableQuestionTrial)
|
||||||
.Select(x => new
|
.Select(x => new
|
||||||
|
|
Loading…
Reference in New Issue