|
@@ -400,7 +400,7 @@ class Usercenter extends Api
|
|
|
//$map = [];
|
|
|
|
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|
|
|
- $lists = $this->fliter_user($lists);
|
|
|
+ $lists = $this->fliter_user($lists,10);
|
|
|
|
|
|
$result = [];
|
|
|
if(!empty($lists)){
|
|
@@ -458,7 +458,7 @@ class Usercenter extends Api
|
|
|
// $map = [];
|
|
|
|
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|
|
|
- $lists = $this->fliter_user($lists);
|
|
|
+ $lists = $this->fliter_user($lists,10);
|
|
|
|
|
|
$result = [];
|
|
|
if(!empty($lists)){
|