Commit d7afeaa1 authored by zhuwei's avatar zhuwei

bug

parent cd378566
...@@ -631,8 +631,6 @@ class User extends Basic ...@@ -631,8 +631,6 @@ class User extends Basic
$order = 'a.id desc'; $order = 'a.id desc';
} }
// dump($where);exit;
$where['b.site_ids'] = [ 'LIKE', '%' . $this->siteId . '%' ];
$field = 'a.id,a.user_id,b.user_nick,b.user_nick,b.agent_id,b.vip,b.create_time'; $field = 'a.id,a.user_id,b.user_nick,b.user_nick,b.agent_id,b.vip,b.create_time';
$model = new UPhoneFollowPp($this->siteId); $model = new UPhoneFollowPp($this->siteId);
......
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