Przeglądaj źródła

可以切换门店

shish 3 lat temu
rodzic
commit
2c28c16663
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-ghs/controllers/ShopController.php

+ 1 - 1
app-ghs/controllers/ShopController.php

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