feat(tksupport): 휴가 보정 관리 페이지 추가 — 캘린더 기반 추가/삭제

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-25 14:12:14 +09:00
parent 05c9f22bdf
commit d663b9bfa6
13 changed files with 396 additions and 15 deletions

View File

@@ -90,7 +90,7 @@ const vacationDashboardModel = {
const [rows] = await db.query(`
SELECT
su.user_id, su.name, su.username,
vr.start_date, vr.end_date, vr.days_used,
vr.request_id, vr.start_date, vr.end_date, vr.days_used,
vt.type_code, vt.type_name
FROM sso_users su
LEFT JOIN sp_vacation_requests vr