Ver Fonte

工程师端投诉状态

whitefang há 1 ano atrás
pai
commit
609e4e0e61
1 ficheiros alterados com 1 adições e 0 exclusões
  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()