@@ -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('请闵总或小周操作');
@@ -180,7 +180,7 @@ class OrderClearController extends BaseController