res 同步病灶调整
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
he 2025-09-15 14:35:18 +08:00
parent ef1b76f98c
commit 05244cdaf7
1 changed files with 1 additions and 1 deletions

View File

@ -1389,7 +1389,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
item.QuestionId = rowinfo.QuestionId;
if (portalOrgan != null && rowinfo.OriginalId == portalOrgan.Id)
if (portalOrgan != null && rowinfo.OrganInfoId == portalOrgan.Id)
{
var IslymphNode = recistTableAnswers.Where(x => x.RowId == item.RowId && x.QuestionMark == QuestionMark.IsLymph).Select(x => x.Answer).FirstIsNullReturnEmpty().EqEnum(YesOrNoOrNa.Yes);
var minorAxis = recistTableAnswers.Where(x => x.RowId == item.RowId && x.QuestionMark == QuestionMark.ShortAxis).Select(x => x.Answer).FirstIsNullReturnEmpty().IsNullOrEmptyReturn0();