Explorar el Código

检查未结算分账订单

lcl hace 1 mes
padre
commit
14ec3920d6
Se han modificado 1 ficheros con 1 adiciones y 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();