rez_core 6.5.34 → 6.5.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,7 +64,7 @@ let MenuRepository = class MenuRepository extends typeorm_1.Repository {
64
64
  return await this.menuData
65
65
  .createQueryBuilder('menu')
66
66
  .leftJoin('sso_module', 'module', `
67
- menu.module_code = module.module_code
67
+ menu.module_id = module.id
68
68
  AND menu.app_id = module.app_id
69
69
  AND menu.level_type = module.level_type
70
70
  `)