浏览代码

切换新分润

lcl 1 年之前
父节点
当前提交
987afcafc8
共有 1 个文件被更改,包括 3 次插入3 次删除
  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();