|
|
@@ -133,7 +133,7 @@ class AuthController extends PublicController
|
|
|
}
|
|
|
|
|
|
//惠雅鲜花南员工不能看收入情况
|
|
|
- if (in_array($adminId, [2366, 3405, 3407, 2812, 4004,919])) {
|
|
|
+ if (in_array($adminId, [2366, 3405, 3407, 2812, 4004])) {
|
|
|
$shopAdmin->super = 0;
|
|
|
}
|
|
|
|
|
|
@@ -260,7 +260,7 @@ class AuthController extends PublicController
|
|
|
}
|
|
|
|
|
|
//惠雅鲜花南员工不能看收入情况
|
|
|
- if (in_array($adminId, [2366, 3405, 3407, 2812, 4004,919])) {
|
|
|
+ if (in_array($adminId, [2366, 3405, 3407, 2812, 4004])) {
|
|
|
$shopAdmin->super = 0;
|
|
|
}
|
|
|
|
|
|
@@ -520,7 +520,7 @@ class AuthController extends PublicController
|
|
|
}
|
|
|
|
|
|
//惠雅鲜花南员工不能看收入情况
|
|
|
- if (in_array($adminId, [2366, 3405, 3407, 2812, 4004,919])) {
|
|
|
+ if (in_array($adminId, [2366, 3405, 3407, 2812, 4004])) {
|
|
|
$shopAdmin->super = 0;
|
|
|
}
|
|
|
|
|
|
@@ -623,7 +623,7 @@ class AuthController extends PublicController
|
|
|
}
|
|
|
|
|
|
//惠雅鲜花南员工不能看收入情况
|
|
|
- if (in_array($adminId, [2366, 3405, 3407, 2812, 4004,919])) {
|
|
|
+ if (in_array($adminId, [2366, 3405, 3407, 2812, 4004])) {
|
|
|
$shopAdmin->super = 0;
|
|
|
}
|
|
|
|