shish 1 éve
szülő
commit
b0bba706bd
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app-ghs/controllers/ShopController.php

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

@@ -158,7 +158,7 @@ class ShopController extends BaseController
         }
 
         if($this->mainId == 59421){
-            if (!in_array($this->adminId, [4])) {
+            if (!in_array($this->adminId, [1])) {
                 util::fail('门店已停用,请联系管理员');
             }
         }