Преглед на файлове

增加资产到期时间

moonsflyer преди 9 месеца
родител
ревизия
c5a7df9e8a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/adminapi/lists/asset/AssetLists.php

+ 1 - 1
app/adminapi/lists/asset/AssetLists.php

@@ -52,7 +52,7 @@ class AssetLists extends BaseAdminDataLists implements ListsSearchInterface
      */
     public function lists(): array
     {
-        $lists = (new AssetInfo())->field('id,name,address,images,contacts,mobile,area,content,status,lease_status,create_time,sort')
+        $lists = (new AssetInfo())->field('id,name,address,images,contacts,mobile,area,content,status,lease_status,lease_expiration_time,create_time,sort')
             ->append(['status_desc','lease_status_desc'])
             ->where($this->searchWhere)
             ->limit($this->limitOffset, $this->limitLength)