|
|
@@ -126,9 +126,8 @@ class ConsoleController extends BaseController
|
|
|
//今日概况 ssh 20220723
|
|
|
public function actionProfile()
|
|
|
{
|
|
|
- $notice = [];
|
|
|
- //$notice = [['title' => '请按提示更新应用;苹果到应用市场更新', 'action' => '', 'page' => '']];
|
|
|
- //$notice = [['title' => '10月17号凌晨1:00到1:30系统升级,暂停使用', 'action' => '', 'page' => '']];
|
|
|
+ $notice = [['title' => '新增在路上的库存管理功能', 'action' => '查看', 'page' => 'admin/book/detail?id=ioStat']];
|
|
|
+ //$notice = [];
|
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|
|
|
$incomeList = $respond['income'] ?? [];
|