rez_core 2.0.63 → 2.0.65

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.
@@ -89,7 +89,7 @@ let MenuRepository = class MenuRepository extends typeorm_1.Repository {
89
89
  const [sch] = await this.dataSource.query(`
90
90
  SELECT s.brn_id, b.org_id
91
91
  FROM cr_school s
92
- LEFT JOIN cr_branch b ON s.brn_id = b.id
92
+ LEFT JOIN cr_brand b ON s.brn_id = b.id
93
93
  WHERE s.id = $1
94
94
  `, [levelId]);
95
95
  const branchId = sch?.brn_id;