@@ -165,6 +165,9 @@ class ConsoleController extends BaseController
}
+
+ $notice[] = ['title' => '收银机支持挂单和重复扫码', 'action' => '查看', 'page' => '/admin/notice/warning'];
$mainId = $this->mainId;
$respond = StatSaleClass::profile($mainId);
$incomeList = $respond['income'] ?? [];