This commit is contained in:
HuangHai
2026-01-18 16:17:09 +08:00
parent 88d2dbb01f
commit 155d44ff4f
4 changed files with 4 additions and 6 deletions

View File

@@ -47,8 +47,7 @@ async def list_ylt_stations(q: Optional[str] = None):
FROM t_station_profile_scd p
LEFT JOIN t_station_status_scd s
ON p.station_hash = s.station_hash AND s.is_current = 1
WHERE p.is_current = 1
AND p.operator = '驿来特'
WHERE p.operator = '驿来特'
"""
params: Dict[str, Any] = {}
if q: