fix: FLEET 타입에 resolution='1h' 누락 — 라이브 현황 API에서 선단 그룹 미표시
FLEET 스냅샷에 resolution 필드를 설정하지 않아 DB default '6h'로 저장됨. LATEST_GROUPS_SQL이 resolution='1h' 필터를 사용하므로 FLEET 전부 누락. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
부모
71a2188273
커밋
a7eb706839
@ -399,6 +399,7 @@ def build_all_group_snapshots(
|
||||
'group_type': 'FLEET',
|
||||
'group_key': str(company_id),
|
||||
'group_label': group_label,
|
||||
'resolution': '1h',
|
||||
'snapshot_time': now,
|
||||
'polygon_wkt': polygon_wkt,
|
||||
'center_wkt': center_wkt,
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user