@@ -113,7 +113,7 @@ class CustomController extends BaseController
}
//昱成
if (in_array($this->shopId, [8596])) {
- if (!in_array($this->adminId, [9303])) {
+ if (!in_array($this->adminId, [9303,9601])) {
util::fail('只能叶荷操作');
@@ -184,7 +184,7 @@ class OrderClearController extends BaseController