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