Jelajahi Sumber

工程师端投诉状态

whitefang 1 tahun lalu
induk
melakukan
609e4e0e61
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app/workerapi/lists/IssueWorkLists.php

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

@@ -52,6 +52,7 @@ class IssueWorkLists extends BaseWorkerDataLists implements ListsSearchInterface
             ->where($this->querySearch())
             ->where('issue_approval','>',0)
             ->field(['id', 'work_sn', 'service_work_id', 'issue_approval', 'complaint_status', 'responsible', 'complaint_details', 'complaint_images', 'finished_time', 'create_time', 'update_time'])
+            ->append(['issue_approval_text'])
             ->limit($this->limitOffset, $this->limitLength)
             ->order(['id' => 'desc'])
             ->select()