@@ -35,6 +35,13 @@ class ShopAdminClass extends BaseClass
$lookMoney = 0;
}
+ if ($mainId == 8980) {
+ //昱成指定人有查看财务权限
+ $point = [134824, 134907, 134925, 134947, 134924, 135058];
+ if (in_array($staffId, $point) == false) {
+ $lookMoney = 0;
+ }
if ($mainId == 7704) {
//国恋指定人有查看财务权限
$point = [133727, 133545, 133548];