IRC_NewDev
he 2024-02-22 14:51:37 +08:00
parent 8f4a6fcf80
commit d9c7a512e9
1 changed files with 0 additions and 1 deletions

View File

@ -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)