|
|
@@ -34,17 +34,6 @@ class CustomService extends BaseService
|
|
|
}
|
|
|
$list = CustomClass::groupBaseInfo([$custom]);
|
|
|
$custom = current($list);
|
|
|
- $customShopId = $custom['customShopId'] ?? 0;
|
|
|
- $customShop = ShopClass::getShopInfo($customShopId);
|
|
|
- $super = ShopClass::getSuper($customShopId);
|
|
|
- $custom['province'] = $customShop['province'] ?? '';
|
|
|
- $custom['city'] = $customShop['city'] ?? '';
|
|
|
- $custom['address'] = $customShop['address'] ?? '';
|
|
|
- $custom['floor'] = $customShop['floor'] ?? '';
|
|
|
- $custom['lat'] = $customShop['lat'] ?? '';
|
|
|
- $custom['long'] = $customShop['long'] ?? '';
|
|
|
- $custom['userName'] = $super['adminName'] ?? '';
|
|
|
- $custom['mobile'] = $super['mobile'] ?? '';
|
|
|
return $custom;
|
|
|
}
|
|
|
|