|
@@ -38,7 +38,7 @@ class Index extends Api
|
|
if(!empty($cityname) && $cityname != $this->auth->cityname){
|
|
if(!empty($cityname) && $cityname != $this->auth->cityname){
|
|
$where['user.cityname'] = $cityname;
|
|
$where['user.cityname'] = $cityname;
|
|
}else{
|
|
}else{
|
|
- $where['user.provincename'] = $this->auth->provincename;//仅以此缩小范围
|
|
|
|
|
|
+ //$where['user.provincename'] = $this->auth->provincename;//仅以此缩小范围
|
|
}
|
|
}
|
|
|
|
|
|
//性别
|
|
//性别
|