Commit 2a54f39c authored by hujun's avatar hujun

去除管理员在经纪人列表显示

parent c0971839
...@@ -74,6 +74,7 @@ class Agent extends Basic ...@@ -74,6 +74,7 @@ class Agent extends Basic
$pageSize = empty($params['pageSize']) ? 15 : $params['pageSize']; $pageSize = empty($params['pageSize']) ? 15 : $params['pageSize'];
//条件 //条件
$where = 'a.status in(0,1)'; $where = 'a.status in(0,1)';
$where = 'a.id != 1';
$search = $params['search']; $search = $params['search'];
if(!empty($search)){ if(!empty($search)){
......
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