Sort order elements by code in OrderElementDAO.findByLabelsAndCriteria
FEA: ItEr77S09WBSReport
This commit is contained in:
parent
d9575754a4
commit
b64fc0892e
1 changed files with 2 additions and 1 deletions
|
|
@ -577,7 +577,8 @@ public class OrderElementDAO extends IntegrationEntityDAO<OrderElement>
|
|||
}
|
||||
|
||||
return getSession()
|
||||
.createQuery("FROM OrderElement oe WHERE oe.id IN (:ids)")
|
||||
.createQuery(
|
||||
"FROM OrderElement oe WHERE oe.id IN (:ids) ORDER BY oe.infoComponent.code")
|
||||
.setParameterList("ids", orderElementsIds).list();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue