Kaynağa Gözat

同城配送

shish 2 yıl önce
ebeveyn
işleme
443637823a
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  1. 1 3
      biz-hd/purchase/classes/PurchaseClass.php

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

@@ -207,9 +207,7 @@ class PurchaseClass extends BaseClass
         }
         $ghsShopLat = $ghsShop->lat ?? '';
         $ghsShopLong = $ghsShop->long ?? '';
-        if (empty($ghsShopLat) || empty($ghsShopLong)) {
-            util::fail('商家地址有问题');
-        }
+        return true;
         $distance = mapUtil::calculateDistance($shopLong, $shopLat, $ghsShopLong, $ghsShopLat);
         $formatDistance = ceil($distance / 1000);
         if ($formatDistance > 150) {