shish před 1 rokem
rodič
revize
5f7ffb17e2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      app-ghs/controllers/ConsoleController.php

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

@@ -149,8 +149,8 @@ class ConsoleController extends BaseController
         $get = Yii::$app->request->get();
         $version = $get['version'] ?? 1;
 
-        //$notice = [['title' => '2月5号起续年费的,涨600,请提前安排', 'action' => '如何续', 'page' => '/admin/notice/fee']];
-        $notice = [];
+        $notice = [['title' => '2月5号起续年费的,涨600,请提前安排', 'action' => '如何续', 'page' => '/admin/notice/fee']];
+        //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];