瀏覽代碼

相册为空不在作为附近和推荐的判断条件

lizhen_gitee 1 年之前
父節點
當前提交
4452d902c0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/api/controller/Index.php

+ 2 - 2
application/api/controller/Index.php

@@ -28,7 +28,7 @@ class Index extends Api
         $where = [
             'user.id' => ['neq',$this->auth->id],
             'user.status' => 1,
-            'user.photo_images' => ['neq',''],
+//            'user.photo_images' => ['neq',''],
             'user.cityname' => $cityname,
             'power.yinshen' => 0,
         ];
@@ -119,7 +119,7 @@ class Index extends Api
         $where = [
             'user.id' => ['neq',$this->auth->id],
             'user.status' => 1,
-            'user.photo_images' => ['neq',''],
+//            'user.photo_images' => ['neq',''],
 //            'user.cityname' => $cityname,
             'power.yinshen' => 0,
         ];