latest checkout stations: order by journey id rather than timestamp

This commit is contained in:
Daniel Friesel 2023-01-18 18:48:32 +01:00
parent 3f08f86ac2
commit 9b205229a3
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -754,7 +754,7 @@ sub get_latest_checkout_stations {
},
{
limit => $limit,
order_by => { -desc => 'real_arr_ts' }
order_by => { -desc => 'journey_id' }
}
);