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