@@ -123,6 +123,7 @@ class ConsoleController extends BaseController
public function actionProfile()
{
$notice = [];
+ $notice = [['title' => '21号 00:30-00:50系统升级,暂停使用', 'action' => '注意', 'page' => '']];
//$notice = [['title' => '新增:损耗总览,每天花材毛利统计', 'action' => '查看', 'page' => '/admin/book/detail?id=wastage']];
$mainId = $this->mainId;
$respond = StatSaleClass::profile($mainId);