Compare commits

..

No commits in common. "affc336f7d177a70e070dc92939bbb19ddc9eba8" and "523dd525676bca9ae860999594b95c28e3995975" have entirely different histories.

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(); }).OrderByDescending(x=>x.Answer).FirstOrDefault();
if (maxSuv == null|| maxSuv.Answer == 0m) if (maxSuv == null|| maxSuv .Answer == 0m)
{ {
return string.Empty; return string.Empty;
} }