Parcourir la source

切换新分润

lcl il y a 1 an
Parent
commit
987afcafc8
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      Startup.cs

+ 3 - 3
Startup.cs

@@ -206,9 +206,9 @@ namespace MySystem
                 AlipayShareService.Instance.Start(); //分账状态监控队列,分账完成则提交返现(支付宝)
                 WeChatPayBackService.Instance.StartDivi(); //补分账
                 AlipayPayBackService.Instance.StartDivi(); //补分账
-                ProfitHelper.Instance.StartListenProfit(); //每月分润
-                // ProfitBeforeHelper.Instance.StartListenProfit(); //每月分润
-                // ProfitAfterHelper.Instance.StartListenProfit(); //每月分润
+                // ProfitHelper.Instance.StartListenProfit(); //每月分润
+                ProfitBeforeHelper.Instance.StartListenProfit(); //每月分润
+                ProfitAfterHelper.Instance.StartListenProfit(); //每月分润
 
                 AlipayPayBackFeeService.Instance.Start();
                 ActiveRewardService.Instance.StartAct();