Compare commits

..

No commits in common. "041d6724e2949382bd4de326c263712054c48129" and "b83dd29b20dfe8af781fcf59ed0fed27a614d598" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -2051,9 +2051,6 @@ namespace IRaCIS.Core.Application.Service
);
break;
default:
query = query.Where(x => !x.LesionAnswerList.Any(y => y.ReadingTableQuestionTrial.QuestionMark == QuestionMark.State&&y.Answer!=string.Empty));
break;
}