|
@@ -140,28 +140,6 @@ namespace MySystem
|
|
|
TestHaoDaService.Instance.Start();
|
|
|
|
|
|
}
|
|
|
-<<<<<<< HEAD
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-=======
|
|
|
if(Library.ConfigurationManager.EnvironmentFlag == 2)
|
|
|
{
|
|
|
|
|
@@ -185,18 +163,17 @@ namespace MySystem
|
|
|
ProfitHelper.Instance.StartSetDivi();
|
|
|
ProfitHelper.Instance.StartListenProfit();
|
|
|
ProfitCheckHelper.Instance.Start();
|
|
|
->>>>>>> DuGuYang
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ AlipayPayBackFeeService.Instance.Start();
|
|
|
+ ActiveRewardService.Instance.StartAct();
|
|
|
+ ActiveRewardService.Instance.StartOpenReward();
|
|
|
+ ActiveRewardService.Instance.StartLeaderReward();
|
|
|
+ ActiveRewardService.Instance.StartOperateReward();
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ MerchantStandardService.Instance.Start();
|
|
|
+ MerchantStandardService.Instance.StartThree();
|
|
|
+ MerchantStandardService.Instance.StartActive();
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|