|
|
@@ -30,21 +30,21 @@ class ShopAdminClass extends BaseClass
|
|
|
if (getenv('YII_ENV', 'local') == 'production') {
|
|
|
if ($mainId == 7704) {
|
|
|
//国恋只有指定人有查看财务权限
|
|
|
- $point = [133727, 133545];
|
|
|
+ $point = [133727, 133545, 133548];
|
|
|
if (in_array($staffId, $point) == false) {
|
|
|
$lookMoney = 0;
|
|
|
}
|
|
|
}
|
|
|
if ($mainId == 7756) {
|
|
|
//勇记只有指定人有查看财务权限
|
|
|
- $point = [133597];
|
|
|
+ $point = [133597, 133699];
|
|
|
if (in_array($staffId, $point) == false) {
|
|
|
$lookMoney = 0;
|
|
|
}
|
|
|
}
|
|
|
if ($mainId == 7779) {
|
|
|
//丰行只有指定人有查看财务权限
|
|
|
- $point = [133620];
|
|
|
+ $point = [133620, 133641];
|
|
|
if (in_array($staffId, $point) == false) {
|
|
|
$lookMoney = 0;
|
|
|
}
|