Browse Source

花悠星指定人有查看财务权限

shish 2 years ago
parent
commit
40400d74fe
1 changed files with 7 additions and 0 deletions
  1. 7 0
      biz-ghs/shop/classes/ShopAdminClass.php

+ 7 - 0
biz-ghs/shop/classes/ShopAdminClass.php

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