request->shopInfo) && $this->request->shopInfo) { $this->shopInfo = $this->request->shopInfo; $this->shopId = $this->shopInfo['shop_id'] ?? 0; $this->shopUserId = $this->shopInfo['shop_user_id'] ?? 0; } $this->export = $this->request->get('export', ''); } }