shish 1 year ago
parent
commit
826fa0b1e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/ConsoleController.php

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

@@ -154,7 +154,7 @@ class ConsoleController extends BaseController
         if (!empty($shop)) {
             $deadline = $shop->deadline;
             $currentTime = time();
-            $currentTime = $currentTime+604800;
+            //$currentTime = $currentTime+604800;
             $deadTime = strtotime($deadline);
             if ($currentTime > $deadTime) {
                 $notice[] = ['title' => '系统即将到期,请及时续费', 'action' => '查看', 'page' => '/admin/shop/renew'];