moonsflyer преди 4 месеца
родител
ревизия
39d1576a35
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/adminapi/lists/agricultural_machinery/SupplyDemandLists.php

+ 1 - 1
app/adminapi/lists/agricultural_machinery/SupplyDemandLists.php

@@ -133,7 +133,7 @@ class SupplyDemandLists extends BaseAdminDataLists implements ListsSearchInterfa
             ->where($this->queryWhere())
             ->limit($this->limitOffset, $this->limitLength)
             ->order($this->sortOrder)
-            ->append(['status_desc','type_desc','user','area'])
+            ->append(['status_desc','type_desc','user','area','cateInfo'])
             ->select()
             ->toArray();