|
|
@@ -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'] ?? [];
|