shish 2 éve
szülő
commit
6db056277b
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      biz-hd/purchase/classes/PurchaseClass.php

+ 1 - 1
biz-hd/purchase/classes/PurchaseClass.php

@@ -76,7 +76,7 @@ class PurchaseClass extends BaseClass
         $distance = mapUtil::calculateDistance($shopLong, $shopLat, $ghsShopLong, $ghsShopLat);
         $formatDistance = ceil($distance / 1000);
         noticeUtil::push("同城距离:" . $formatDistance, '15280215347');
-        if($formatDistance > 200){
+        if($formatDistance > 100){
             return false;
         }
         return true;