Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8

This commit is contained in:
2024-03-01 12:17:38 +08:00
@@ -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
{