Commit 6a17b3f6 authored by zhuwei's avatar zhuwei

1

parent 6798f64e
...@@ -71,7 +71,7 @@ class BrokerService ...@@ -71,7 +71,7 @@ class BrokerService
if ($item["is_forbidden"] == 0) { if ($item["is_forbidden"] == 0) {
return true; return true;
} elseif ($item["is_forbidden"] == 1) { //已存在申请关系 } elseif ($item["is_forbidden"] == 1) { //已存在申请关系
big_log('已存在申请关系:'.$device_id); // big_log('已存在申请关系:'.$device_id);
$is_exits = true; $is_exits = true;
} }
......
...@@ -323,7 +323,7 @@ class Member extends Basic{ ...@@ -323,7 +323,7 @@ class Member extends Basic{
} }
} }
big_log(json_encode($where)); // big_log(json_encode($where));
$fields = 'a.id,a.user_nick,a.create_time,a.user_name,a.user_phone,a.user_pic,a.create_time,a.user_pswd,a.referrer_id,a.user_label, $fields = 'a.id,a.user_nick,a.create_time,a.user_name,a.user_phone,a.user_pic,a.create_time,a.user_pswd,a.referrer_id,a.user_label,
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