'commit'
This commit is contained in:
@@ -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:
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user