Browse Source

注释自动派单

dongxiaoqin 10 months ago
parent
commit
ea52b7dfdc
1 changed files with 6 additions and 6 deletions
  1. 6 6
      app/common/command/AutomaticDispatch.php

+ 6 - 6
app/common/command/AutomaticDispatch.php

@@ -47,13 +47,13 @@ class AutomaticDispatch extends Command
     protected function execute(Input $input, Output $output)
     protected function execute(Input $input, Output $output)
     {
     {
         //自动派单
         //自动派单
-        $this->autoDispatch();
+        // $this->autoDispatch();
 
 
-        //执行外呼任务
-        $h = date('H');
-        if ($h >= 8 && $h <= 22) {
-            $this->startTask();
-        }
+        // //执行外呼任务
+        // $h = date('H');
+        // if ($h >= 8 && $h <= 22) {
+        //     $this->startTask();
+        // }
 
 
         //异常工单:已过预约时间工程师未确认上门
         //异常工单:已过预约时间工程师未确认上门
         $this->workAnomalous();
         $this->workAnomalous();