Explorar o código

获取师傅-上门时间

whitefang %!s(int64=2) %!d(string=hai) anos
pai
achega
d177b1e49b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/api/logic/ServiceOrderLogic.php

+ 1 - 0
app/api/logic/ServiceOrderLogic.php

@@ -155,6 +155,7 @@ class ServiceOrderLogic extends BaseLogic
                 $data['mobile'] = $worker['mobile'];
                 $maintain_exp_type = !empty($worker->worker_register->maintain_exp_type)?$worker->worker_register->maintain_exp_type:'';
                 $data['worker_exp'] = DictData::where(['type_value'=>'worker_exp_type','value'=>$maintain_exp_type])->value('name');
+                $data['appointment_time'] = $order_info['service_work']['appointment_time'];
             }
 
             return  $data;