xiaogang il y a 4 ans
Parent
commit
0c04f208ef
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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{