Przeglądaj źródła

暂停自动备份历史奖金

theojeng 3 lat temu
rodzic
commit
cc89ff4bce
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      common/components/SwooleAsyncTimer.php

+ 1 - 1
common/components/SwooleAsyncTimer.php

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