|
|
@@ -326,7 +326,7 @@ class AuthController extends PublicController
|
|
|
$hasClose = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
$showBook = !empty($hasClose) ? 0 : 1;
|
|
|
|
|
|
- $cacheKey = 'has_hit_navigate_' . $this->$shopAdminId;
|
|
|
+ $cacheKey = 'has_hit_navigate_' . $shopAdminId;
|
|
|
$hasHit = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
$hasHitNavigate = !empty($hasHit) ? 1 : 0;
|
|
|
|