Commit 09dfc8c7 authored by zhuwei's avatar zhuwei

status

parent c244639b
...@@ -296,7 +296,7 @@ class Broker extends Basic ...@@ -296,7 +296,7 @@ class Broker extends Basic
} }
if ($where) { if ($where) {
$field = 'id,name,phone,img'; $field = 'id,name,phone,img,status';
$data['data'] = $this->a_agents->getList($pageNo, $pageSize, 'id DESC', $field, '', $where); $data['data'] = $this->a_agents->getList($pageNo, $pageSize, 'id DESC', $field, '', $where);
if($data['data']){ if($data['data']){
foreach ($data['data'] as $k=>$v) { foreach ($data['data'] as $k=>$v) {
......
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