shish il y a 3 ans
Parent
commit
0000f36af5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 (getenv('YII_ENV', 'local') == 'production') {
             if ($mainId == 8164) {
             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) {
                 if (in_array($staffId, $point) == false) {
                     $lookMoney = 0;
                     $lookMoney = 0;
                 }
                 }