Parcourir la source

提示及时续费

shish il y a 1 an
Parent
commit
e62759a2f5
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      app-ghs/controllers/ConsoleController.php

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

@@ -157,9 +157,12 @@ 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'];
 
         $mainId = $this->mainId;
+        if(!in_array($mainId,[23390,23884,45354])){
+            $notice[] = ['title' => '2月5号起续年费涨600元,请提前安排', 'action' => '如何续', 'page' => '/admin/notice/fee'];
+        }
+
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];
         $todaySale = 0;