|
@@ -70,7 +70,7 @@ class PropertyOrderLists extends BaseAdminDataLists implements ListsSearchInterf
|
|
|
public function lists(): array
|
|
public function lists(): array
|
|
|
{
|
|
{
|
|
|
return PropertyOrder::with(['propertyHead','propertyUser'])->where($this->searchWhere)->where($this->queryWhere())
|
|
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)
|
|
->limit($this->limitOffset, $this->limitLength)
|
|
|
->order(['id' => 'desc'])
|
|
->order(['id' => 'desc'])
|
|
|
->select()
|
|
->select()
|