Commit daed5018 authored by hujun's avatar hujun

create_time

parent 421d93f5
......@@ -56,7 +56,7 @@ class Label extends Basic
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
$pageSize = empty($this->params['pageSize']) ? 10 : $this->params['pageSize'];
$labels = new GLabels();
$field = 'id,name';
$field = 'id,name,create_time';
$where['type'] = 0;
$result['data'] = $labels->getList($pageNo, $pageSize, 'id DESC', $field, $where);
return $this->response($result['code'], $result['msg'], $result['data']);
......
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