liugc 9 months ago
parent
commit
3a77be64d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common/model/external/DouyinOrder.php

+ 1 - 1
app/common/model/external/DouyinOrder.php

@@ -18,7 +18,7 @@ class DouyinOrder extends BaseModel
     public function serviceWork()
     {
         return $this->hasOne(ServiceWork::class, 'id', 'work_id')
-            ->field('work_sn,mobile,address,appointment_time,work_status,user_confirm_status,service_status,work_pay_status,
+            ->field('id,work_sn,mobile,address,appointment_time,work_status,user_confirm_status,service_status,work_pay_status,
             lon,lat,province,city,area_name');
     }