shish hai 1 ano
pai
achega
1e422eade6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app-ghs/controllers/ConsoleController.php

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

@@ -157,7 +157,7 @@ class ConsoleController extends BaseController
         $currentTime = time();
         $currentTime = time();
         $deadTime = strtotime($deadline);
         $deadTime = strtotime($deadline);
         if($currentTime>$deadTime){
         if($currentTime>$deadTime){
-            //$notice[] = ['title' => '系统已到期,3天后停用,请及时续费', 'action' => '如何续', 'page' => '/admin/notice/fee'];
+            $notice[] = ['title' => '系统已到期,5天后停用,请及时续费', 'action' => '如何续', 'page' => '/admin/notice/fee'];
         }
         }
 
 
         $mainId = $this->mainId;
         $mainId = $this->mainId;