Commit c2f80e43 authored by zfc's avatar zfc

标签列表加入释放

parent 0051dc5f
......@@ -150,7 +150,7 @@ class Label extends Basic
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
$pageSize = empty($this->params['pageSize']) ? 15 : $this->params['pageSize'];
$labels = New ULabels;
$field = 'id,name,create_time';
$field = 'id,name,create_time,free';
$where['type'] = 1;
$result['data']['list'] = $labels->getList($pageNo, $pageSize, 'id DESC', $field, $where);
$result['data']['total'] = $labels->getTotal($where);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment