Commit 2130dd8f authored by hujun's avatar hujun

纯房东修改

parent 65a6f237
...@@ -259,6 +259,12 @@ class Member extends Basic{ ...@@ -259,6 +259,12 @@ class Member extends Basic{
} }
} }
if (!empty($params['source'])) {
$where['a.source'] = $params['source'];
} else {
$where['a.source'] = ['<>', 41]; //纯房东
}
$fields = 'a.id,a.user_nick,a.user_name,a.user_phone,a.user_pic,a.create_time,a.user_pswd,a.referrer_id, $fields = 'a.id,a.user_nick,a.user_name,a.user_phone,a.user_pic,a.create_time,a.user_pswd,a.referrer_id,
a.user_name,a.status,a.first_login_time,a.last_login_time,a.agent_id,a.vip,a.price_demand,a.industry_type,a.area_demand,a.user_status,a.source'; a.user_name,a.status,a.first_login_time,a.last_login_time,a.agent_id,a.vip,a.price_demand,a.industry_type,a.area_demand,a.user_status,a.source';
......
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