@@ -120,7 +120,7 @@ class CustomController extends BaseController
//花大苪
if (in_array($this->shopId, [8249])) {
if (!in_array($this->adminId, [9303])) {
- util::fail('只能叶荷操作');
+ util::fail('只能叶荷和财务操作');
}
} else {
@@ -185,7 +185,7 @@ class OrderClearController extends BaseController
//昱成
if (in_array($this->shopId, [8596])) {
if (!in_array($this->adminId, [9303,9601])) {