qifengquan 1 год назад
Родитель
Сommit
69eeda0fde
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      application/api/controller/Index.php

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

@@ -248,7 +248,8 @@ class Index extends Api
         }
         $where = [
             'gender'=>input('gender',$gender),
-            'is_recommend'=>1
+            'is_recommend'=>1,
+            'id'=>['neq',$uid]
         ];
         if($city)$where['city']=$city;
         if($shieldArr){