소스 검색

返修状态名称

whitefang 1 년 전
부모
커밋
47758c8131
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/workerapi/lists/ReturnWorkLists.php

+ 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()