计算修改

IRC_NewDev
he 2024-03-01 11:46:50 +08:00
parent 331a3c4178
commit 8f94460537
1 changed files with 1 additions and 1 deletions

View File

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