|
@@ -139,7 +139,7 @@ func (rolesService *RolesService) RoleMenuBeforeEdit(roleMenuBeforeEditQuery *qu |
|
@@ -139,7 +139,7 @@ func (rolesService *RolesService) RoleMenuBeforeEdit(roleMenuBeforeEditQuery *qu |
139
|
roleMenuBeforeEditQuery.Operator)
|
139
|
roleMenuBeforeEditQuery.Operator)
|
140
|
roleId, _ := strconv.Atoi(roleMenuBeforeEditQuery.RoleId)
|
140
|
roleId, _ := strconv.Atoi(roleMenuBeforeEditQuery.RoleId)
|
141
|
roles, err := creationUserGateway.RoleSearch(allied_creation_user.ReqRoleSearch{
|
141
|
roles, err := creationUserGateway.RoleSearch(allied_creation_user.ReqRoleSearch{
|
142
|
- OrgId: roleMenuBeforeEditQuery.Operator.OrgId,
|
142
|
+ CompanyId: roleMenuBeforeEditQuery.Operator.CompanyId,
|
143
|
Limit: 999,
|
143
|
Limit: 999,
|
144
|
RoleType: 1,
|
144
|
RoleType: 1,
|
145
|
})
|
145
|
})
|