shish 2 年之前
父节点
当前提交
6dc3e25f9a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      biz-hd/purchase/classes/PurchaseClass.php

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

@@ -225,7 +225,7 @@ class PurchaseClass extends BaseClass
         $shopLong = isset($shop->long) ? $shop->long : '';
         $shopLong = isset($shop->long) ? $shop->long : '';
 
 
         if (empty($shopLat) || empty($shopLong)) {
         if (empty($shopLat) || empty($shopLong)) {
-            util::fail('请完善门店地址');
+            util::fail('请完善门店地址');
         }
         }
 
 
         $ghsShopLat = isset($ghsShop->lat) ? $ghsShop->lat : '';
         $ghsShopLat = isset($ghsShop->lat) ? $ghsShop->lat : '';