@@ -27,7 +27,7 @@ class StatController extends BaseController
//惠雅鲜花员工不能看利润表
$shopAdmin = $this->shopAdmin;
$adminId = $shopAdmin->adminId ?? 0;
- if (in_array($adminId, [2366, 2812, 4004])) {
+ if (in_array($adminId, [2366, 2812, 4004, 3405, 3407])) {
util::fail('暂无权限');
}