|
|
@@ -142,7 +142,7 @@ class OrderClearController extends BaseController
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
//小向花卉
|
|
|
if (in_array($this->shopId, [23580, 24713])) {
|
|
|
- if ($this->adminId != 24043) {
|
|
|
+ if (!in_array($this->adminId, [24043, 23960])) {
|
|
|
util::fail('不能销单!');
|
|
|
}
|
|
|
}
|