shish 3 years ago
parent
commit
916d6e65ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-ghs/shop/classes/ShopAdminClass.php

+ 1 - 1
biz-ghs/shop/classes/ShopAdminClass.php

@@ -58,7 +58,7 @@ class ShopAdminClass extends BaseClass
             }
             if ($mainId == 50) {
                 //石头花艺指定人有查看财务权限
-                $point = [125880];
+                $point = [];
                 if (in_array($staffId, $point) == false) {
                     $lookMoney = 0;
                 }