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