代码修改

IRC_NewDev
he 2023-12-20 13:18:09 +08:00
parent 3191df85e4
commit e7f21db79a
1 changed files with 1 additions and 1 deletions

View File

@ -2218,7 +2218,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
}).OrderByDescending(x=>x.Answer).FirstOrDefault();
if (maxSuv == null|| maxSuv .Answer == 0m)
if (maxSuv == null|| maxSuv.Answer == 0m)
{
return string.Empty;
}