@@ -133,7 +133,7 @@ class OrderClearController extends BaseController
}
//花大苪 洋桔梗,只有叶荷姐才能销账
if (in_array($this->shopId, [16070])) {
- if ($this->adminId != 9303) {
+ if (!in_array($this->adminId, [9303, 4])) {
util::fail('暂无权限');