xiaogang 4 年之前
父節點
當前提交
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{