|
|
@@ -176,6 +176,12 @@ class OrderClearController extends BaseController
|
|
|
util::fail('您不能充值销单哦');
|
|
|
}
|
|
|
}
|
|
|
+ //源花汇
|
|
|
+ if (in_array($this->shopId, [10649])) {
|
|
|
+ if (!in_array($this->adminId, [11641, 11648])) {
|
|
|
+ util::fail('请闵总或小周操作');
|
|
|
+ }
|
|
|
+ }
|
|
|
} else {
|
|
|
if (in_array($this->shopId, [36523])) {
|
|
|
if ($this->adminId != 919) {
|