Преглед на файлове

检查未结算分账订单

lcl преди 6 месеца
родител
ревизия
14ec3920d6
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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();