1 |
0.62 ms |
SELECT h0_.id AS id_0, h0_.work_date AS work_date_1, h0_.company AS company_2, h0_.start_time AS start_time_3, h0_.end_time AS end_time_4, h0_.deck AS deck_5, h0_.fire_zone AS fire_zone_6, h0_.frame AS frame_7, h0_.area AS area_8, h0_.side AS side_9, h0_.requirements AS requirements_10, h0_.activities AS activities_11, h0_.extinguisher_type AS extinguisher_type_12, h0_.fire_watch_required AS fire_watch_required_13, h0_.created_at AS created_at_14, h0_.fire_protection_officer AS fire_protection_officer_15, h0_.worker_name AS worker_name_16, h0_.status AS status_17, h0_.notes AS notes_18, h0_.approved_at AS approved_at_19, h0_.approved_by AS approved_by_20, h0_.updated_at AS updated_at_21 FROM hot_works h0_ WHERE h0_.work_date BETWEEN ? AND ? ORDER BY h0_.work_date DESC, h0_.start_time ASC
Parameters: [
"2025-09-13"
"2025-09-20"
]
SELECT h0_.id AS id_0, h0_.work_date AS work_date_1, h0_.company AS company_2, h0_.start_time AS start_time_3, h0_.end_time AS end_time_4, h0_.deck AS deck_5, h0_.fire_zone AS fire_zone_6, h0_.frame AS frame_7, h0_.area AS area_8, h0_.side AS side_9, h0_.requirements AS requirements_10, h0_.activities AS activities_11, h0_.extinguisher_type AS extinguisher_type_12, h0_.fire_watch_required AS fire_watch_required_13, h0_.created_at AS created_at_14, h0_.fire_protection_officer AS fire_protection_officer_15, h0_.worker_name AS worker_name_16, h0_.status AS status_17, h0_.notes AS notes_18, h0_.approved_at AS approved_at_19, h0_.approved_by AS approved_by_20, h0_.updated_at AS updated_at_21 FROM hot_works h0_ WHERE h0_.work_date BETWEEN '2025-09-13' AND '2025-09-20' ORDER BY h0_.work_date DESC, h0_.start_time ASC;
|