|
|
@@ -177,7 +177,7 @@ class ShopClass extends BaseClass
|
|
|
//创建零售店
|
|
|
$hdInitData = $ghsShop->attributes ?? [];
|
|
|
$hdInitData['adminId'] = $adminId;
|
|
|
- $hdInitData['name'] = $hdInitData['shopName'] ?? '';
|
|
|
+ $hdInitData['name'] = $hdInitData['merchantName'] ?? '';
|
|
|
$respond = SjService::initHdBaseInfo($hdInitData, $ghsMain, true);
|
|
|
$customShop = $respond['shop'] ?? [];
|
|
|
if (empty($customShop)) {
|