|
...
|
...
|
@@ -23,6 +23,7 @@ class UserController extends BaseController |
|
|
|
public function lists(UserModel $userModel){
|
|
|
|
//TODO::搜索参数统一处理
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$this->map['role'] = ['!=',0];
|
|
|
|
$lists = $userModel->lists($this->map,$this->page,$this->row,$this->order,['id','name','mobile','created_at','wechat','status']);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
...
|
...
|
|