IRC_NewDev
he 2023-10-30 10:32:06 +08:00
parent 9e2268ce72
commit 6c1288823d
1 changed files with 1 additions and 1 deletions

View File

@ -1664,7 +1664,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
var presentSpleenLength = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.SpleenLength).Select(x => x.Answer).FirstOrDefault().IsNullOrEmptyReturn0();
if (baseLineSpleenLength - 130 != 0)
{
return (presentSpleenLength - 130 - (baseLineSpleenLength - 130)) / (baseLineSpleenLength - 130);
return (presentSpleenLength - 130 - (baseLineSpleenLength - 130))*100 / (baseLineSpleenLength - 130);
}
else
{