shish 4 lat temu
rodzic
commit
17f66b623e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-ghs/controllers/ConsoleController.php

+ 1 - 1
app-ghs/controllers/ConsoleController.php

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