fix: [QA] 수주 날짜 필터 COALESCE + 배차 상태 자동 전환 + 견적 날짜 캐스트 수정

- OrderService: 날짜 필터를 COALESCE(received_at, created_at)로 NULL 안전 처리
- VehicleDispatchService: update() 시 freight_cost_type 유무로 status 자동 결정
- Quote 모델: date 캐스트를 date:Y-m-d로 변경 (UTC 직렬화 방지)
This commit is contained in:
2026-03-19 23:57:56 +09:00
parent 949efc27e2
commit bb4d9d8fbd
5 changed files with 17 additions and 19 deletions

View File

@@ -140,7 +140,7 @@ public function handle(Request $request, Closure $next)
'api/v1/debug-apikey',
'api/v1/internal/exchange-token', // 내부 서버간 토큰 교환 (HMAC 인증 사용)
'api/v1/admin/fcm/*', // Admin FCM API (MNG에서 API Key만으로 접근)
'api/v1/app/*', // 앱 버전 확인/다운로드 (API Key만 필요)
'api/v1/app/*', // 앱 버전 확인/다운로드 (API Key만 필요)
];
// 현재 라우트 확인 (경로 또는 이름)