提交
This commit is contained in:
@@ -406,7 +406,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
|
||||
if (lowPddTaskid != default(Guid))
|
||||
{
|
||||
|
||||
var lowPPDAnswerList = await _readingTableQuestionAnswerRepository.Where(x => x.VisitTaskId == lowPddTaskid
|
||||
&& x.QuestionId == inDto.QuestionId
|
||||
&& x.RowIndex == inDto.RowIndex).Include(x => x.ReadingTableQuestionTrial)
|
||||
|
||||
Reference in New Issue
Block a user