mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Resolve comments
This commit is contained in:
parent
2e8ead8f24
commit
1fa73f65f6
@ -181,7 +181,7 @@ public class GenericDeviceDAOImpl extends AbstractDeviceDAOImpl {
|
|||||||
sql += " GROUP BY e.ID ";
|
sql += " GROUP BY e.ID ";
|
||||||
}
|
}
|
||||||
sql += ") ";
|
sql += ") ";
|
||||||
sql += " ORDER BY d1.LAST_UPDATED_TIMESTAMP DESC "; // <-- New order clause
|
sql += " ORDER BY d1.LAST_UPDATED_TIMESTAMP DESC ";
|
||||||
|
|
||||||
sql += " LIMIT ? OFFSET ?";
|
sql += " LIMIT ? OFFSET ?";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user