shish 1 vuosi sitten
vanhempi
commit
56ad04d9dc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app-ghs/controllers/ConsoleController.php

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

@@ -157,7 +157,7 @@ class ConsoleController extends BaseController
         if($currentTime>$deadTime){
             $notice[] = ['title' => '系统已到期,7天后停用,请及时续费', 'action' => '查看', 'page' => '/admin/notice/fee'];
         }
-        $notice[] = ['title' => '2月5号起续年费涨600元,请提前安排', 'action' => '如何续', 'page' => '/admin/notice/fee'];
+        //$notice[] = ['title' => '2月5号起续年费涨600元,请提前安排', 'action' => '如何续', 'page' => '/admin/notice/fee'];
 
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);