shish пре 1 година
родитељ
комит
457dce25a4
1 измењених фајлова са 2 додато и 2 уклоњено
  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();
         $get = Yii::$app->request->get();
         $version = $get['version'] ?? 1;
         $version = $get['version'] ?? 1;
 
 
-        //$notice = [['title' => '2025年1月1日费率将提升', 'action' => '查看原因', 'page' => '/admin/notice/fee']];
-        $notice = [];
+        $notice = [['title' => '2025年1月1日费率将提升', 'action' => '查看原因', 'page' => '/admin/notice/fee']];
+        //$notice = [];
         $mainId = $this->mainId;
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];
         $incomeList = $respond['income'] ?? [];