Browse Source

石头花艺

shish 3 years ago
parent
commit
e5f39eb8ed
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

@@ -56,6 +56,13 @@ class ShopAdminClass extends BaseClass
                     $lookMoney = 0;
                     $lookMoney = 0;
                 }
                 }
             }
             }
+            if ($mainId == 50) {
+                //石头花艺查看财务权限
+                $point = [125880];
+                if (in_array($staffId, $point) == false) {
+                    $lookMoney = 0;
+                }
+            }
         } else {
         } else {
             //好运鲜花批发
             //好运鲜花批发
             if ($mainId == 644) {
             if ($mainId == 644) {