|
|
@@ -91,7 +91,7 @@ class ConsoleController extends BaseController
|
|
|
$hasClose = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
$showBook = 1;
|
|
|
$shopAddTime = $this->shop->addTime;
|
|
|
- $shopTime = strtotime($shopAddTime) + 60 * 24 * 60 * 60;
|
|
|
+ $shopTime = strtotime($shopAddTime) + 90 * 24 * 60 * 60;
|
|
|
if (!empty($hasClose) || $shopTime < time()) {
|
|
|
$showBook = 0;
|
|
|
}
|