Compare commits

..

2 Commits

Author SHA1 Message Date
he 041d6724e2 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-12-24 13:49:44 +08:00
he 0086ed4723 修改融合判定 2025-12-24 13:49:43 +08:00
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}