|
|
@@ -41,15 +41,15 @@ namespace MySystem
|
|
|
if(!string.IsNullOrEmpty(content) && DateTime.Now.Day < 26)
|
|
|
{
|
|
|
// StatProfiting();
|
|
|
- StatSimProfiting();
|
|
|
- // ProfitSimBeforeHelper.Instance.StatSimProfiting();
|
|
|
- // ProfitSimAfterHelper.Instance.StatSimProfiting();
|
|
|
+ // StatSimProfiting();
|
|
|
+ ProfitSimBeforeHelper.Instance.StatSimProfiting();
|
|
|
+ ProfitSimAfterHelper.Instance.StatSimProfiting();
|
|
|
ProfitBeforeHelper.Instance.StatProfiting();
|
|
|
ProfitAfterHelper.Instance.StatProfiting();
|
|
|
HelpProfitHelper.Instance.StatProfitEveryDay(DateTime.Now.AddMonths(-1).ToString("yyyyMM")); //助利宝分润
|
|
|
- ProfitWifiHelper.Instance.StatProfiting();
|
|
|
- // ProfitWifiBeforeHelper.Instance.StatProfiting();
|
|
|
- // ProfitWifiAfterHelper.Instance.StatProfiting();
|
|
|
+ // ProfitWifiHelper.Instance.StatProfiting();
|
|
|
+ ProfitWifiBeforeHelper.Instance.StatProfiting();
|
|
|
+ ProfitWifiAfterHelper.Instance.StatProfiting();
|
|
|
// ProfitCheckHelper.Instance.Start();
|
|
|
}
|
|
|
else
|