-> Seq Scan on tbl_punch_overtimes (cost=0.00..1.26 rows=1 width=135)
Filter: ((overtime_start >= '2024-05-30 00:00:00+08'::timestamp with time zone) AND (overtime_start <= '2024-05-30 23:59:59+08'::timestamp with time zone) AND (status = ANY ('{2,5}'::integer[])) AND (created_by = 1013))