|
|
@@ -132,7 +132,7 @@ class OrderClearController extends BaseController
|
|
|
|
|
|
$staff = $this->shopAdmin;
|
|
|
if (!isset($staff->finance) || $staff->finance == 0) {
|
|
|
- $speShopList = [4608, 36523];
|
|
|
+ $speShopList = [4608];
|
|
|
//杭州斗南鲜花员工,没有财务权限也要能销单
|
|
|
if (!in_array($this->shopId, $speShopList)) {
|
|
|
util::fail('没有财务权限,不能销单哦');
|