计算修改

This commit is contained in:
he
2024-03-01 11:46:50 +08:00
parent 331a3c4178
commit 8f94460537
@@ -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
{