Commit c7f8cd78 authored by zhuwei's avatar zhuwei

bug

parent f091334c
......@@ -607,9 +607,9 @@ class User extends Basic
$where['a.province'] = $this->params['province'];
}
if (!empty($this->params['city'])) {
$where['a.city'] = $this->params['city'];
}
// if (!empty($this->params['city'])) {
// $where['a.city'] = $this->params['city'];
// }
if (!empty($this->params['disc'])) {
$where['a.disc'] = $this->params['disc'];
......
......@@ -115,7 +115,6 @@ class Member extends Basic{
$where['a.site_ids'] = [ 'LIKE', '%' . $this->siteId . '%' ];//默认显示经纪人所在站点的客户
}
}
//是否登录过
if (!empty($params['login_status']) && $params['login_status'] != -1) {
if ($params['login_status'] == 1) {
......@@ -264,9 +263,9 @@ class Member extends Basic{
// $where['a.province'] = $params['province'];
// }
if ($this->city != '全部') {
$where['a.city'] = $params['city'];
}
// if ($this->city != '全部') {
// $where['a.city'] = $params['city'];
// }
if (!empty($params['disc'])) {
$where['a.disc'] = $params['disc'];
......
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