|
@@ -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();
|