Compare commits
No commits in common. "041d6724e2949382bd4de326c263712054c48129" and "b83dd29b20dfe8af781fcf59ed0fed27a614d598" have entirely different histories.
041d6724e2
...
b83dd29b20
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue