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