Compare commits
No commits in common. "affc336f7d177a70e070dc92939bbb19ddc9eba8" and "523dd525676bca9ae860999594b95c28e3995975" have entirely different histories.
affc336f7d
...
523dd52567
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue