ソースを参照

Merge branch 'wecall_0321'

dongxiaoqin 1 年間 前
コミット
54751bc42a
1 ファイル変更8 行追加8 行削除
  1. 8 8
      app/common/command/AutomaticDispatch.php

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

@@ -233,10 +233,10 @@ class AutomaticDispatch extends Command
                     $this->customerList[] = [
                         'phone' => $worker['mobile'],
                         'properties' => [
-                            '订单号' => substr($item['work_sn'], -4),
-                            '详细地址'=>$item['address'],
-                            '服务类型'=> isset($this->categoryType[$item['category_type']]) ? $this->categoryType[$item['category_type']] : '',
-                            '客户手机号'=>$item['mobile']
+                            // '订单号' => substr($item['work_sn'], -4),
+                            // '详细地址'=>$item['address'],
+                            // '服务类型'=> isset($this->categoryType[$item['category_type']]) ? $this->categoryType[$item['category_type']] : '',
+                            // '客户手机号'=>$item['mobile']
                         ]
                     ];
                     return true;
@@ -327,10 +327,10 @@ class AutomaticDispatch extends Command
                 $this->customerList[] = [
                     'phone' => MasterWorker::where('id',$worker['master_worker_id'])->value('mobile'),
                     'properties' => [
-                        '订单号' => substr($item['work_sn'], -4),
-                        '详细地址'=>$item['address'],
-                        '服务类型'=> isset($this->categoryType[$item['category_type']]) ? $this->categoryType[$item['category_type']] : '',
-                        '客户手机号'=>$item['mobile']
+                        // '订单号' => substr($item['work_sn'], -4),
+                        // '详细地址'=>$item['address'],
+                        // '服务类型'=> isset($this->categoryType[$item['category_type']]) ? $this->categoryType[$item['category_type']] : '',
+                        // '客户手机号'=>$item['mobile']
                     ]
                 ];
                 return true;