|
|
@@ -66,7 +66,7 @@ class PropertySurplusLogLists extends BaseAdminDataLists implements ListsSearchI
|
|
|
public function lists(): array
|
|
|
{
|
|
|
return PropertySurplusLog::with(['propertyHead'])->where($this->searchWhere)->where($this->queryWhere())
|
|
|
- ->field(['id', 'in_out', 'property_commission_id', 'amount', 'status', 'remark', 'property_head_id'])
|
|
|
+ ->field(['id', 'in_out', 'property_commission_id', 'amount', 'status', 'remark', 'property_head_id','create_time', 'update_time'])
|
|
|
->limit($this->limitOffset, $this->limitLength)
|
|
|
->order(['id' => 'desc'])
|
|
|
->select()
|