@@ -2210,7 +2210,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
|
||||
|
||||
}).OrderByDescending(x=>x.Answer).FirstOrDefault();
|
||||
if (maxSuv == null)
|
||||
if (maxSuv == null|| maxSuv==0)
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user