Переглянути джерело

按1011晚内测文档修改

liugc 1 рік тому
батько
коміт
d5f6d9aa9b

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