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