latest checkout stations: order by journey id rather than timestamp
This commit is contained in:
parent
3f08f86ac2
commit
9b205229a3
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ sub get_latest_checkout_stations {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
limit => $limit,
|
limit => $limit,
|
||||||
order_by => { -desc => 'real_arr_ts' }
|
order_by => { -desc => 'journey_id' }
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue