Compare commits
No commits in common. "8ac2de343432f932e50871e39f46f2f183a48b37" and "757ccc3eb64482d92f1e5f629bdc0fed425c873f" have entirely different histories.
8ac2de3434
...
757ccc3eb6
|
@ -640,7 +640,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
}
|
||||
else
|
||||
{
|
||||
return eEMLumenSum / eEMSum * 100;
|
||||
return eEMLumenSum/ eEMSum * 100+100;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue