Compare commits

..

2 Commits

Author SHA1 Message Date
he affc336f7d Merge branch 'Test.IRC' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test.IRC
continuous-integration/drone/push Build is failing Details
2023-12-20 13:18:15 +08:00
he e7f21db79a 代码修改 2023-12-20 13:18:09 +08:00
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;
} }