Compare commits

...

2 Commits

Author SHA1 Message Date
he e2f1036ff1 Merge branch 'Test.IRC' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test.IRC
continuous-integration/drone/push Build encountered an error Details
2023-12-01 14:34:31 +08:00
he acd8e1765b 代码修改 2023-12-01 14:34:26 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -1823,8 +1823,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
result = SpleenAssessment.Increase;
}
// 基线垂直径≤130mm
else if (baseLineSpleenLength <= 130)
// 当前垂直径≤130mm
else if (spleenLength <= 130)
{
result = SpleenAssessment.Normal;
}