Bläddra i källkod

花大苪指定人有查看财务权限

shish 2 år sedan
förälder
incheckning
d044103dff
1 ändrade filer med 7 tillägg och 0 borttagningar
  1. 7 0
      biz-ghs/shop/classes/ShopAdminClass.php

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

@@ -28,6 +28,13 @@ class ShopAdminClass extends BaseClass
         $mainId = $shop->mainId ?? 0;
         $staffId = $staff->id ?? 0;
         if (getenv('YII_ENV', 'local') == 'production') {
+            if ($mainId == 8164) {
+                //花大苪指定人有查看财务权限
+                $point = [133988, 133989, 134233, 135068, 133987, 134020, 134024];
+                if (in_array($staffId, $point) == false) {
+                    $lookMoney = 0;
+                }
+            }
             if ($mainId == 8502) {
                 //昱成指定人有查看财务权限
                 $point = [134326, 134325, 134323, 134361, 134362];