shish 3 år sedan
förälder
incheckning
0000f36af5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      biz-ghs/shop/classes/ShopAdminClass.php

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

@@ -30,7 +30,7 @@ class ShopAdminClass extends BaseClass
         if (getenv('YII_ENV', 'local') == 'production') {
             if ($mainId == 8164) {
                 //花大苪指定人有查看财务权限
-                $point = [133988, 133989, 134233, 135068, 133987, 134020, 134024];
+                $point = [133988, 133989, 134233, 135068, 133987, 134020, 134024, 133991];
                 if (in_array($staffId, $point) == false) {
                     $lookMoney = 0;
                 }