Explorar el Código

暂停自动备份历史奖金

theojeng hace 3 años
padre
commit
cc89ff4bce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
         }
     }