Compare commits

..

No commits in common. "e2f1036ff16a22b3dcc55dd3110a2fb001abaf24" and "79b97f089c82b605aee351f425ee05caae833266" have entirely different histories.

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 (spleenLength <= 130)
// 基线垂直径≤130mm
else if (baseLineSpleenLength <= 130)
{
result = SpleenAssessment.Normal;
}