|
|
@@ -147,7 +147,6 @@ class MerchantService extends BaseService
|
|
|
GoodsSettingClass::add($setData);
|
|
|
|
|
|
//创建门店
|
|
|
-
|
|
|
$shopData = [
|
|
|
'shopName' => '总店',
|
|
|
'merchantId' => $sjId,
|
|
|
@@ -160,6 +159,7 @@ class MerchantService extends BaseService
|
|
|
'city' => $applyData['city'] ?? '',
|
|
|
'dist' => $applyData['dist'] ?? '',
|
|
|
'address' => $applyData['address'] ?? '',
|
|
|
+ 'floor' => $applyData['floor'] ?? '',
|
|
|
'fullAddress' => $applyData['fullAddress'] ?? '',
|
|
|
'lat' => $applyData['lat'] ?? '',
|
|
|
'long' => $applyData['long'] ?? '',
|