修改融合判定
parent
00f5fa993a
commit
0086ed4723
|
|
@ -2051,6 +2051,9 @@ 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