Bläddra i källkod

切换新分润

lcl 1 vecka sedan
förälder
incheckning
684da88f30
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      Startup.cs

+ 3 - 3
Startup.cs

@@ -163,9 +163,9 @@ namespace MySystem
                 ProfitHelper.Instance.StartListenTrade(); //返现队列-支付宝
                 ProfitHelper.Instance.StartListenWxTrade(); //返现队列-微信
                 ProfitHelper.Instance.StartSetDivi(); //设置订单当前返现金额
-                ProfitHelper.Instance.StartListenProfit(); //每月分润
-                // ProfitBeforeHelper.Instance.StartListenProfit(); //每月分润
-                // ProfitAfterHelper.Instance.StartListenProfit(); //每月分润
+                // ProfitHelper.Instance.StartListenProfit(); //每月分润
+                ProfitBeforeHelper.Instance.StartListenProfit(); //每月分润
+                ProfitAfterHelper.Instance.StartListenProfit(); //每月分润
                 ProfitCheckHelper.Instance.Start(); //检查订单是否在队列里
 
                 AlipayPayBackFeeService.Instance.Start();