shish 2 jaren geleden
bovenliggende
commit
01b72b558b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      app-ghs/controllers/ConsoleController.php

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

@@ -126,7 +126,7 @@ class ConsoleController extends BaseController
     //今日概况 ssh 20220723
     public function actionProfile()
     {
-        $notice = [['title' => '目前公司任务非常多,处理问题需排期', 'action' => '-', 'page' => '']];
+        $notice = [['title' => '目前公司任务非常多,处理问题需排期', 'action' => '-', 'page' => '']];
         //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);