fixed后台镇合伙人管理员角色
This commit is contained in:
parent
eecc48ad9a
commit
2b309ced64
@ -297,7 +297,7 @@ class CompanyLogic extends BaseLogic
|
||||
|
||||
if($params['company_type']==16){
|
||||
$adminRoleId = 3;
|
||||
$userGroupId = 4;
|
||||
$userGroupId = 15;
|
||||
} elseif ($params['company_type']==17){
|
||||
$adminRoleId = 4;
|
||||
$userGroupId = 3;
|
||||
@ -306,7 +306,7 @@ class CompanyLogic extends BaseLogic
|
||||
$userGroupId = 5;
|
||||
} elseif ($params['company_type']==41) {
|
||||
$adminRoleId = 7; //后台角色
|
||||
$userGroupId = 15; // 前台角色
|
||||
$userGroupId = 4; // 前台角色
|
||||
}
|
||||
|
||||
// 更新后台账户角色
|
||||
|
Loading…
x
Reference in New Issue
Block a user