|
|
@@ -258,7 +258,7 @@ class ShopController extends BaseController
|
|
|
//惠雅鲜花员工不能切换门店
|
|
|
$shopAdmin = $this->shopAdmin;
|
|
|
$adminId = $shopAdmin->adminId ?? 0;
|
|
|
- if (in_array($adminId, [2812, 3539, 3735, 3405, 3407])) {
|
|
|
+ if (in_array($adminId, [2812, 3539, 3735, 3407])) {
|
|
|
util::fail('暂无权限');
|
|
|
}
|
|
|
|