Skip to content
Snippets Groups Projects
Commit 3ce828b5 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

feat: Add observation_id to ordering

parent f2426f39
No related branches found
No related tags found
No related merge requests found
...@@ -604,7 +604,7 @@ public class ObservationBean { ...@@ -604,7 +604,7 @@ public class ObservationBean {
parameters.put("isPositive", isPositive); parameters.put("isPositive", isPositive);
} }
sql += "ORDER BY time_of_observation DESC"; sql += "ORDER BY time_of_observation DESC, observation_id DESC";
LOGGER.debug(sql); LOGGER.debug(sql);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment