Commit 9d987728 authored by zfc's avatar zfc

+1

parent b3ba72e6
......@@ -51,7 +51,7 @@ class Auth extends Basic
$pageSize = empty($params['pageSize']) ? 15 : $params['pageSize'];
$auth_group = New AuthGroup();
$where = 'status <> 0';
$info['list'] = $auth_group->getList($pageNo, $pageSize, '','*', $where);
$data['list'] = $auth_group->getList($pageNo, $pageSize, '','*', $where);
$data['total'] = $auth_group->getTotal($where);
return $this->response(200, '', $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