Compare commits

..

No commits in common. "8ac2de343432f932e50871e39f46f2f183a48b37" and "757ccc3eb64482d92f1e5f629bdc0fed425c873f" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
}
else
{
return eEMLumenSum / eEMSum * 100;
return eEMLumenSum/ eEMSum * 100+100;
}
}