shish 1 жил өмнө
parent
commit
19028e63e2

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

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