1
0
whitefang 1 жил өмнө
parent
commit
47758c8131

+ 1 - 0
app/workerapi/lists/ReturnWorkLists.php

@@ -51,6 +51,7 @@ class ReturnWorkLists extends BaseWorkerDataLists implements ListsSearchInterfac
         ->where($this->searchWhere)
             ->where($this->querySearch())
             ->field(['id', 'work_sn', 'service_work_id', 'issue_work_id', 'return_work_status', 'dispatch_time', 'appointment_time', 'finished_images', 'finished_time', 'master_worker_id', 'create_time', 'update_time'])
+            ->append(['return_work_status_text'])
             ->limit($this->limitOffset, $this->limitLength)
             ->order(['id' => 'desc'])
             ->select()