shish 2 years ago
parent
commit
8019f01bf8
1 changed files with 1 additions and 1 deletions
  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);
         $distance = mapUtil::calculateDistance($shopLong, $shopLat, $ghsShopLong, $ghsShopLat);
         $formatDistance = ceil($distance / 1000);
         $formatDistance = ceil($distance / 1000);
         noticeUtil::push("同城距离:" . $formatDistance, '15280215347');
         noticeUtil::push("同城距离:" . $formatDistance, '15280215347');
-        if($formatDistance > 100){
+        if($formatDistance > 150){
             return false;
             return false;
         }
         }
         return true;
         return true;