|
@@ -126,8 +126,8 @@ class ConsoleController extends BaseController
|
|
|
//今日概况 ssh 20220723
|
|
//今日概况 ssh 20220723
|
|
|
public function actionProfile()
|
|
public function actionProfile()
|
|
|
{
|
|
{
|
|
|
- //$notice = [['title' => '新功能上线:查看路上有多少库存', 'action' => '视频教程', 'page' => '/admin/book/detail?id=onStock']];
|
|
|
|
|
- $notice = [];
|
|
|
|
|
|
|
+ $notice = [['title' => '目前公司任务非常之多,不能随时响应,非紧急问题需排期,', 'action' => '请知悉', 'page' => '/admin/book/detail?id=onStock']];
|
|
|
|
|
+ //$notice = [];
|
|
|
$mainId = $this->mainId;
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|
|
$respond = StatSaleClass::profile($mainId);
|
|
|
$incomeList = $respond['income'] ?? [];
|
|
$incomeList = $respond['income'] ?? [];
|