shish há 1 ano atrás
pai
commit
32b935c545

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

@@ -113,7 +113,7 @@ class CustomController extends BaseController
             }
             //昱成
             if (in_array($this->shopId, [8596])) {
-                if (!in_array($this->adminId, [9303])) {
+                if (!in_array($this->adminId, [9303,9601])) {
                     util::fail('只能叶荷操作');
                 }
             }

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

@@ -184,7 +184,7 @@ class OrderClearController extends BaseController
             }
             //昱成
             if (in_array($this->shopId, [8596])) {
-                if (!in_array($this->adminId, [9303])) {
+                if (!in_array($this->adminId, [9303,9601])) {
                     util::fail('只能叶荷操作');
                 }
             }