fix(tkfb): daily-status 500 에러 수정 — 존재하지 않는 컬럼 참조 제거

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-17 20:44:39 +09:00
parent fa4199a277
commit b44ae36329

View File

@@ -269,8 +269,7 @@ class AttendanceModel {
w.job_type, w.job_type,
COALESCE(dar.total_work_hours, 0) as total_work_hours, COALESCE(dar.total_work_hours, 0) as total_work_hours,
COALESCE(dar.status, 'incomplete') as status, COALESCE(dar.status, 'incomplete') as status,
dar.is_vacation_processed, dar.is_overtime_approved,
dar.overtime_approved,
wat.type_name as attendance_type_name, wat.type_name as attendance_type_name,
wat.type_code as attendance_type_code, wat.type_code as attendance_type_code,
vt.type_name as vacation_type_name, vt.type_name as vacation_type_name,