Commit 3d7e2824 authored by hujun's avatar hujun

经纪人列表显示所有

parent 98884219
...@@ -80,7 +80,7 @@ class Agent extends Basic ...@@ -80,7 +80,7 @@ class Agent extends Basic
$pageNo = empty($params['pageNo']) ? 1 : $params['pageNo']; $pageNo = empty($params['pageNo']) ? 1 : $params['pageNo'];
$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]; $where['a.id'] = ['<>', 1];
if (!empty($params['search'])) { if (!empty($params['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