|
|
@@ -90,7 +90,7 @@ class SupplyDemandCateLists extends BaseAdminDataLists implements ListsSearchInt
|
|
|
|
|
|
$supplyDemandLists = SupplyDemandCate::where($this->searchWhere)
|
|
|
->where($this->queryWhere())
|
|
|
- ->field('id,name,pid,status,sort,create_time')
|
|
|
+ ->field('id,name,name label,pid,status,sort,create_time')
|
|
|
->limit($this->limitOffset, $this->limitLength)
|
|
|
->order($this->sortOrder)
|
|
|
->append(['status_desc'])
|