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

@@ -84,6 +84,13 @@ class ShopAdminClass extends BaseClass
                     $lookMoney = 0;
                 }
             }
+            if ($mainId == 10975) {
+                //小丽鲜花指定人有查看财务权限
+                $point = [137021, 136874];
+                if (in_array($staffId, $point) == false) {
+                    $lookMoney = 0;
+                }
+            }
         } else {
             //好运鲜花批发
             if ($mainId == 644) {