xiaogang 4 anni fa
parent
commit
0c04f208ef
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/Services/DynamicService.php

+ 0 - 1
app/Services/DynamicService.php

xqd
@@ -77,7 +77,6 @@ class DynamicService
         if($user){
             $lat = $user->latitude;
             $lng = $user->longitude;
-            if($user->sex)
 
             $where['look_type'] = $user->sex==1?2:1;
         }else{