|
|
@ -159,7 +159,7 @@ class Controller extends BaseController |
|
|
|
$this->merchantId = 0; |
|
|
|
$this->merchantId = 0; |
|
|
|
$user = StoreUserService::getLoginInfo(); |
|
|
|
$user = StoreUserService::getLoginInfo(); |
|
|
|
if (!empty($user)) { |
|
|
|
if (!empty($user)) { |
|
|
|
if ($user['user']['store']['store_version']) { |
|
|
|
if (isset($user['user']['store']['store_version']) && $user['user']['store']['store_version']) { |
|
|
|
$this->merchantId = MerchantModel::getMerchantId($user['user']['user_name']); |
|
|
|
$this->merchantId = MerchantModel::getMerchantId($user['user']['user_name']); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|