xiaogang 3 년 전
부모
커밋
6144bb84b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/DynamicService.php

+ 1 - 1
app/Services/DynamicService.php

xqd
@@ -247,7 +247,7 @@ class DynamicService
             }else{
                 $distance = GetDistance($lat,$lng,$v['latitude'],$v['longitude']);
             }
-            dd($distance);
+            var_dump($distance);die;
             if($distance>=1){
                 $distance = round($distance);
             }else{