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