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
continuous-integration/drone/push Build is failing
Details
commit
1fad2c513c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue