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