feat: 프리뷰 모드에서 회사 코드 오버라이드 기능 추가

- 최고 관리자만 다른 회사 코드로 오버라이드 가능하도록 로직 개선
- entityJoinController 및 tableManagementController에서 회사 코드 오버라이드 처리 추가
- 관련 API 호출 시 오버라이드된 회사 코드 적용
- 프리뷰 모드 감지 및 UI 개선을 위한 코드 추가
This commit is contained in:
DDD1542
2026-01-13 13:28:50 +09:00
parent 0773989c74
commit 905a9f62c3
16 changed files with 3328 additions and 297 deletions

View File

@@ -1652,7 +1652,7 @@ export const getScreenSubTables = async (req: Request, res: Response) => {
});
}
});
rightPanelResult.rows.forEach((row: any) => {
const screenId = row.screen_id;
const mainTable = row.main_table;