代码修改

This commit is contained in:
he
2023-12-20 13:18:09 +08:00
parent 3191df85e4
commit e7f21db79a
@@ -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;
}