Browse Source

门店地址

shish 2 years ago
parent
commit
5de8cac07f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-mall/order/services/OrderService.php

+ 1 - 1
biz-mall/order/services/OrderService.php

@@ -199,7 +199,7 @@ class OrderService extends BaseService
             $shopLat = $shop->lat ?? '';
             $shopLong = $shop->long ?? '';
             if (empty($shopLat) || empty($shopLong)) {
-                util::fail('请完成门店地址');
+                //util::fail('请完成门店地址');
             }
             $disRespond = OrderClass::getDistanceFee($lat, $lng, $shopLat, $shopLong, $weight);
             $sendCost = $disRespond['fee'] ?? 0;