shish преди 1 година
родител
ревизия
bd831fe364
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app-ghs/controllers/OrderClearController.php

+ 1 - 1
app-ghs/controllers/OrderClearController.php

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