ソースを参照

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

kevin_zhangl 3 年 前
コミット
cf19a7d8f0
1 ファイル変更1 行追加1 行削除
  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();
         }
     }