Uat_Study
he 2023-05-24 11:03:28 +08:00
parent dda82466c9
commit 714f48deb7
1 changed files with 1 additions and 1 deletions

View File

@ -2616,7 +2616,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
}
// else if (上一访视评估为iUPD或iCPD&&靶病灶评估、非靶病灶评估或新病灶评估任一项从前一访视非iUPD结果评估为当前访视iUPD)
if (data.LastTaskLesioniUPDOriCPD
else if (data.LastTaskLesioniUPDOriCPD
&& (
(
lastTaskCalculateDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.TargetLesion && !x.Answer.EqEnum(TargetAssessment.iUPD))