Commit bb03eb04 authored by zhuwei's avatar zhuwei

苏州站的的账号在客户列表点击下一条也应该区分站点的客户显示 bug

parent eba51d59
......@@ -629,6 +629,8 @@ class User extends Basic
}
// dump($where);exit;
$where['a.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';
$model = new UPhoneFollowPp($this->siteId);
$model_res = $model->getLastOrNextUserIDPhoneFollowP($where, $field, $limit = 1, $order);
......
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