|
@@ -137,7 +137,7 @@ class Eyemargin extends Common
|
|
|
|
|
|
$time = time() - 30*86400;
|
|
|
$common_where = [];
|
|
|
- $common_where['u.avatar'] = ['like', 'https%'];
|
|
|
+// $common_where['u.avatar'] = ['like', 'https%'];
|
|
|
$common_where['a.is_main'] = 1;
|
|
|
$common_where['a.status'] = 1;
|
|
|
$common_where['u.city'] = $this->auth->city;
|