Просмотр исходного кода

师傅端-工单显示订单来源

fang 1 год назад
Родитель
Сommit
1de57be400
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/workerapi/lists/ServiceWorkLists.php

+ 1 - 1
app/workerapi/lists/ServiceWorkLists.php

@@ -87,7 +87,7 @@ class ServiceWorkLists extends BaseWorkerDataLists implements ListsSearchInterfa
         }
         $list = ServiceWork::where($where)
             ->where('work_pay_status','>',0)
-            ->field(['id', 'work_sn', 'address', 'title', 'work_status', 'service_status', 'work_pay_status','appointment_time','receive_time','base_service_fee','service_fee','work_amount'])
+            ->field(['id', 'work_sn', 'address', 'title', 'work_status', 'service_status', 'work_pay_status','appointment_time','receive_time','base_service_fee','service_fee','work_amount','third_type'])
             ->append(['work_status_text','service_status_text'])
             ->limit($this->limitOffset, $this->limitLength)
             ->order(['appointment_time' => 'asc'])//上门时间排序