Commit 09c5e1ce authored by hujun's avatar hujun

1

parent 75e439bb
...@@ -260,12 +260,6 @@ class Member extends Basic{ ...@@ -260,12 +260,6 @@ class Member extends Basic{
} }
} }
if (!empty($params['source'])) {
$where['a.source'] = $params['source'];
} else {
$where['a.source'] = ['<>', 41]; //纯房东
}
if (!empty($params['province'])) { if (!empty($params['province'])) {
$where['a.province'] = $params['province']; $where['a.province'] = $params['province'];
} }
......
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