shish 1 년 전
부모
커밋
560be1c62f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' => '系统已到期,3天后停用,请及时续费', 'action' => '如何续', 'page' => '/admin/notice/fee'];
         }
         }
 
 
         $mainId = $this->mainId;
         $mainId = $this->mainId;