liugc 1 год назад
Родитель
Сommit
d5f6d9aa9b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/adminapi/lists/property/PropertySurplusLogLists.php

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

@@ -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()