Explorar o código

检查未结算分账订单

lcl hai 1 mes
pai
achega
14ec3920d6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Startup.cs

+ 1 - 0
Startup.cs

@@ -171,6 +171,7 @@ namespace MySystem
                 ProfitBeforeNewHelper.Instance.StartListenProfit(); //每月分润
                 ProfitAfterNewHelper.Instance.StartListenProfit(); //每月分润
                 ProfitCheckHelper.Instance.Start(); //检查订单是否在队列里
+                SettleAmountCheckHelper.Instance.Start(); //检查未结算分账订单队列
 
                 AlipayPayBackFeeService.Instance.Start();
                 ActiveRewardService.Instance.StartAct();