- OrderService: 날짜 필터를 COALESCE(received_at, created_at)로 NULL 안전 처리 - VehicleDispatchService: update() 시 freight_cost_type 유무로 status 자동 결정 - Quote 모델: date 캐스트를 date:Y-m-d로 변경 (UTC 직렬화 방지)