shish 1 жил өмнө
parent
commit
d7565dc581

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

@@ -130,7 +130,7 @@ class CustomController extends BaseController
             }
             //源花汇
             if (in_array($this->shopId, [10649])) {
-                if (!in_array($this->adminId, [11641, 11648])) {
+                if (!in_array($this->adminId, [11641, 11648,4])) {
                     util::fail('请闵总或小周操作');
                 }
             }

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

@@ -180,7 +180,7 @@ class OrderClearController extends BaseController
             }
             //源花汇
             if (in_array($this->shopId, [10649])) {
-                if (!in_array($this->adminId, [11641, 11648])) {
+                if (!in_array($this->adminId, [11641, 11648,4])) {
                     util::fail('请闵总或小周操作');
                 }
             }