shish 3 lat temu
rodzic
commit
2b86e2a219
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      app-ghs/controllers/ConsoleController.php

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

@@ -108,11 +108,7 @@ class ConsoleController extends BaseController
     //今日概况 ssh 20220723
     public function actionProfile()
     {
-        $get = Yii::$app->request->get();
-        $isMini = $get['isMini'] ?? 0;
         $notice = [];
-        $admin = $this->admin;
-
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];