xiaogang 4 лет назад
Родитель
Сommit
0c04f208ef
1 измененных файлов с 0 добавлено и 1 удалено
  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{