Commit f2fb3cb7 authored by 黄奎's avatar 黄奎

分数修改

parent 06ffa7cd
......@@ -750,11 +750,11 @@ namespace Edu.Module.User
{
FinishFollow = TotalFollow;
}
if (TotalFollow > 20 && TotalFollow < 40)
if (TotalFollow > 20 && TotalFollow <= 40)
{
stepScore = 5;
}
if (TotalFollow >= 40)
if (TotalFollow > 40)
{
stepScore = 10;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment