Quellcode durchsuchen

暂停自动备份历史奖金队列

kevin_zhangl vor 3 Jahren
Ursprung
Commit
cf19a7d8f0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      common/components/SwooleAsyncTimer.php

+ 1 - 1
common/components/SwooleAsyncTimer.php

@@ -66,7 +66,7 @@ class SwooleAsyncTimer extends SwooleAsyncTimerComponent implements SocketInterf
             // 初始化任务队列
             Queue::instance()->initRedis();
             // 初始化备份历史奖金数据表
-            TaskFunc::initAutoBakBalance();
+//            TaskFunc::initAutoBakBalance();
         }
     }