shish hai 9 meses
pai
achega
86c7122f81

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

@@ -200,7 +200,7 @@ class CustomController extends BaseController
             }
             //淘花里小榄店 thl_xl_clear
             if (in_array($this->shopId, [72366])) {
-                if (!in_array($this->adminId, [69792,55445,55707])) {
+                if (!in_array($this->adminId, [69792,55445,55707,69792])) {
                     util::fail('你不能销单那。。');
                 }
             }

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

@@ -175,7 +175,7 @@ class OrderClearController extends BaseController
             }
             //淘花里小榄店 thl_xl_clear
             if (in_array($this->shopId, [72366])) {
-                if (!in_array($this->adminId, [69792, 55445, 55707])) {
+                if (!in_array($this->adminId, [69792, 55445, 55707,69792])) {
                     util::fail('你不能销单那。。。。');
                 }
             }

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

@@ -55,7 +55,7 @@ class PurchaseClearController extends BaseController
             }
             //淘花里小榄店 thl_xl_clear
             if (in_array($this->shopId, [72366])) {
-                if (!in_array($this->adminId, [69792,55445,55707])) {
+                if (!in_array($this->adminId, [69792,55445,55707,69792])) {
                     util::fail('你不能销单那。。。');
                 }
             }