|
|
@@ -820,8 +820,9 @@ class CustomController extends BaseController
|
|
|
$respond = CustomService::getCustomSortList($where, $sort);
|
|
|
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
+ //源花汇,只有指定的人,才能看累计消费和挂账金额
|
|
|
$hideMainId = 10536;
|
|
|
- $hideAdminIds = [18505,15187,11961,11648,11644,11641,4];
|
|
|
+ $hideAdminIds = [18505,15187,11961,11648,11644,11641];
|
|
|
}else{
|
|
|
$hideMainId = 644;
|
|
|
$hideAdminIds = [919];
|