|
@@ -155,6 +155,12 @@ class OrderClearController extends BaseController
|
|
|
util::fail('不能充值销单哈');
|
|
util::fail('不能充值销单哈');
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ //小丽鲜花
|
|
|
|
|
+ if (in_array($this->shopId, [11094])) {
|
|
|
|
|
+ if (!in_array($this->adminId, [12073, 12296])) {
|
|
|
|
|
+ util::fail('您不能充值销单哦');
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
} else {
|
|
} else {
|
|
|
if (in_array($this->shopId, [36523])) {
|
|
if (in_array($this->shopId, [36523])) {
|
|
|
if ($this->adminId != 919) {
|
|
if ($this->adminId != 919) {
|