|
|
@@ -28,6 +28,13 @@ class ShopAdminClass extends BaseClass
|
|
|
$mainId = $shop->mainId ?? 0;
|
|
|
$staffId = $staff->id ?? 0;
|
|
|
if (getenv('YII_ENV', 'local') == 'production') {
|
|
|
+ if ($mainId == 8164) {
|
|
|
+ //花大苪指定人有查看财务权限
|
|
|
+ $point = [133988, 133989, 134233, 135068, 133987, 134020, 134024];
|
|
|
+ if (in_array($staffId, $point) == false) {
|
|
|
+ $lookMoney = 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
if ($mainId == 8502) {
|
|
|
//昱成指定人有查看财务权限
|
|
|
$point = [134326, 134325, 134323, 134361, 134362];
|