@@ -21,7 +21,7 @@ class StatKdController 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('暂无权限');
}