xiaogang 4 سال پیش
والد
کامیت
0be9ad0011
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Services/DynamicService.php

+ 1 - 1
app/Services/DynamicService.php

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