Commit c7f8cd78 authored by zhuwei's avatar zhuwei

bug

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