shish 1 yıl önce
ebeveyn
işleme
12141092a9

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

@@ -160,7 +160,7 @@ class CustomController extends BaseController
             }
             //小齐鲜花总店和出车,多处请搜索关键词 xq_clear_control
             if (in_array($this->shopId, [41467, 42946])) {
-                if (!in_array($this->adminId, [40144])) {
+                if (!in_array($this->adminId, [40144,42912,42023])) {
                     util::fail('您不能充值销单哦。');
                 }
             }

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

@@ -175,7 +175,7 @@ class OrderClearController extends BaseController
             }
             //小齐鲜花总店和出车,多处请搜索关键词 xq_clear_control
             if (in_array($this->shopId, [41467, 42946])) {
-                if (!in_array($this->adminId, [40144])) {
+                if (!in_array($this->adminId, [40144,42912,42023])) {
                     util::fail('不能销单。');
                 }
             }

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

@@ -55,7 +55,7 @@ class PurchaseClearController extends BaseController
             }
             //小齐鲜花总店和出车,多处请搜索关键词 xq_clear_control
             if (in_array($this->shopId, [41467, 42946])) {
-                if (!in_array($this->adminId, [40144])) {
+                if (!in_array($this->adminId, [40144,42912,42023])) {
                     util::fail('不能操作哈。。');
                 }
             }