|
|
@@ -81,7 +81,7 @@ class ConsoleController extends BaseController
|
|
|
];
|
|
|
|
|
|
//是否已经提醒小程序名称变更
|
|
|
- $cacheKey = 'change_mini_name_remind_' . $shopAdminId;
|
|
|
+ $cacheKey = 'change_mini_name_remind_' . $this->shopAdminId;
|
|
|
$hasRemindChangeAppName = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
$hasRemindChangeAppName = !empty($hasRemindChangeAppName) ? 1 : 0;
|
|
|
|