|
|
@@ -166,9 +166,11 @@ namespace MySystem
|
|
|
}
|
|
|
if(Library.ConfigurationManager.EnvironmentFlag == 2)
|
|
|
{
|
|
|
- StatService.Instance.StatUserLevel(); //升级
|
|
|
- ProfitHelperV2.Instance.StatProfit(); //创客分润
|
|
|
+ // StatService.Instance.StatUserLevel(); //升级
|
|
|
+ // ProfitHelperV2.Instance.StatProfit(); //创客分润
|
|
|
}
|
|
|
+
|
|
|
+ // HelpProfitHelper.Instance.StatProfitEveryDay(DateTime.Now.AddMonths(-1).ToString("yyyyMM"));
|
|
|
}
|
|
|
|
|
|
private void InitMain()
|