소스 검색

up create_time

liugc 1 년 전
부모
커밋
99d22b7063
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/adminapi/lists/property/PropertyOrderLists.php

+ 1 - 1
app/adminapi/lists/property/PropertyOrderLists.php

@@ -70,7 +70,7 @@ class PropertyOrderLists extends BaseAdminDataLists implements ListsSearchInterf
     public function lists(): array
     {
         return PropertyOrder::with(['propertyHead','propertyUser'])->where($this->searchWhere)->where($this->queryWhere())
-            ->field(['id', 'property_head_id', 'property_user_id', 'remark', 'order_status', 'work_id','address'])
+            ->field(['id', 'property_head_id', 'property_user_id', 'remark', 'order_status', 'work_id','address','create_time'])
             ->limit($this->limitOffset, $this->limitLength)
             ->order(['id' => 'desc'])
             ->select()