dever 3 anni fa
parent
commit
986cb61e6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/shop/lib/Info.php

+ 1 - 1
app/shop/lib/Info.php

@@ -31,7 +31,7 @@ class Info
     # 获取店铺基本信息
     # 获取店铺基本信息
     public function getOne($shop_id, $lng, $lat)
     public function getOne($shop_id, $lng, $lat)
     {
     {
-        $shop = $this->fetch($shop_id, false, $lng, $lat);
+        $shop = $this->fetch($shop_id, false, $lng, $lat, false);
 
 
         return $shop;
         return $shop;
     }
     }