浏览代码

修改自动发送消息时间

kevin_zhangl 3 年之前
父节点
当前提交
027e314672
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/components/SwooleAsyncTimer.php

+ 1 - 1
common/components/SwooleAsyncTimer.php

@@ -68,7 +68,7 @@ class SwooleAsyncTimer extends SwooleAsyncTimerComponent implements SocketInterf
             // 初始化备份历史奖金数据表
 //            TaskFunc::initAutoBakBalance();
             // 初始化自动发送钉钉推送消息
-            TaskFunc::initAutoSendDingTalk();
+//            TaskFunc::initAutoSendDingTalk();
         }
     }