|
@@ -755,6 +755,7 @@ class Usercenter extends Api
|
|
//'idcard_status' => 1, //实名认证
|
|
//'idcard_status' => 1, //实名认证
|
|
'open_match_audio' => 1, //打开语聊开关
|
|
'open_match_audio' => 1, //打开语聊开关
|
|
//'id' => ['NOT IN',$my_follow] //不是好友的
|
|
//'id' => ['NOT IN',$my_follow] //不是好友的
|
|
|
|
+ 'id' => ['BETWEEN',[368,382]]
|
|
];
|
|
];
|
|
|
|
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|
|
@@ -823,6 +824,7 @@ class Usercenter extends Api
|
|
//'idcard_status' => 1, //实名认证
|
|
//'idcard_status' => 1, //实名认证
|
|
'open_match_video' => 1, //打开视频开关的
|
|
'open_match_video' => 1, //打开视频开关的
|
|
// 'id' => ['NOT IN',$my_follow] //不是好友的
|
|
// 'id' => ['NOT IN',$my_follow] //不是好友的
|
|
|
|
+ 'id' => ['BETWEEN',[368,382]]
|
|
];
|
|
];
|
|
|
|
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|
|
@@ -865,6 +867,7 @@ class Usercenter extends Api
|
|
//打开聊天开关的
|
|
//打开聊天开关的
|
|
'open_match_typing' => 1, //打开文字聊天开关的
|
|
'open_match_typing' => 1, //打开文字聊天开关的
|
|
//'id' => ['NOT IN',$my_follow] //不是好友的
|
|
//'id' => ['NOT IN',$my_follow] //不是好友的
|
|
|
|
+ 'id' => ['BETWEEN',[368,382]]
|
|
];
|
|
];
|
|
|
|
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|