feature/main20240421
郭嘉 8 months ago
parent 9171cf371c
commit 31b3069143
  1. 2
      app/store/controller/Controller.php

@ -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']);
} }
} }

Loading…
Cancel
Save