@@ -35,6 +35,20 @@ class ShopAdminClass extends BaseClass
$lookMoney = 0;
}
+ if ($mainId == 7756) {
+ //勇记只有指定人有查看财务权限
+ $point = [133597];
+ if (in_array($staffId, $point) == false) {
+ $lookMoney = 0;
+ }
+ if ($mainId == 7779) {
+ //丰行只有指定人有查看财务权限
+ $point = [133620];
} else {
if ($mainId == 644) {
$point = [126272];