|
@@ -166,9 +166,8 @@ namespace MySystem
|
|
|
}
|
|
|
if(Library.ConfigurationManager.EnvironmentFlag == 2)
|
|
|
{
|
|
|
- // StatService.Instance.StatUserLevel(); //升级
|
|
|
- // ProfitHelperV2.Instance.StatProfit(); //创客分润
|
|
|
- ProfitCheckHelper.Instance.Start();
|
|
|
+ StatService.Instance.StatUserLevel(); //升级
|
|
|
+ ProfitHelperV2.Instance.StatProfit(); //创客分润
|
|
|
}
|
|
|
}
|
|
|
|