shish 1 anno fa
parent
commit
dfb9b386ef

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

@@ -154,7 +154,7 @@ class CustomController extends BaseController
             }
             //中山淘花里,销账权限控制,多处请搜索 thl_clear_control
             if (in_array($this->shopId, [17118])) {
-                if (!in_array($this->adminId, [55494, 55445, 17908])) {
+                if (!in_array($this->adminId, [55494, 55445, 17908, 55459, 55707])) {
                     util::fail('你不能销单哈。。');
                 }
             }

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

@@ -162,7 +162,7 @@ class OrderClearController extends BaseController
             }
             //中山淘花里,销账权限控制,多处请搜索 thl_clear_control
             if (in_array($this->shopId, [17118])) {
-                if (!in_array($this->adminId, [55494, 55445, 17908])) {
+                if (!in_array($this->adminId, [55494, 55445, 17908, 55459, 55707])) {
                     util::fail('你不能销单那。。');
                 }
             }

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

@@ -49,7 +49,7 @@ class PurchaseClearController extends BaseController
             }
             //中山淘花里,销账权限控制,多处请搜索 thl_clear_control
             if (in_array($this->shopId, [17118])) {
-                if (!in_array($this->adminId, [55494, 55445, 17908])) {
+                if (!in_array($this->adminId, [55494, 55445, 17908, 55459, 55707])) {
                     util::fail('你不能销单!');
                 }
             }