|
@@ -254,7 +254,7 @@ class BaseShop extends Controller
|
|
if ($this->group_info['is_system'] == 1) {
|
|
if ($this->group_info['is_system'] == 1) {
|
|
$shop_group_model = new ShopGroup();
|
|
$shop_group_model = new ShopGroup();
|
|
$shop_group_info_result = $shop_group_model->getGroupInfo([ [ 'group_id', '=', $this->user_info['app_group'] ] ], 'addon_array');
|
|
$shop_group_info_result = $shop_group_model->getGroupInfo([ [ 'group_id', '=', $this->user_info['app_group'] ] ], 'addon_array');
|
|
- dump($shop_group_info_result);die;
|
|
|
|
|
|
+
|
|
$shop_group_info = $shop_group_info_result['data'];
|
|
$shop_group_info = $shop_group_info_result['data'];
|
|
if (empty($shop_group_info)) {
|
|
if (empty($shop_group_info)) {
|
|
$this->error('用户组缺失');
|
|
$this->error('用户组缺失');
|