Преглед изворни кода

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

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();
         }
     }