qifengquan před 1 rokem
rodič
revize
69eeda0fde
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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){