Ver Fonte

权限管理

shish há 1 ano atrás
pai
commit
bd831fe364
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
         if (!isset($staff->finance) || $staff->finance == 0) {
-            $speShopList = [4608, 36523];
+            $speShopList = [4608];
             //杭州斗南鲜花员工,没有财务权限也要能销单
             if (!in_array($this->shopId, $speShopList)) {
                 util::fail('没有财务权限,不能销单哦');