|  |  |  | 
|---|
|  |  |  | return new ArrayList<>(); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | Bom bom = bomList.get(Constants.ZERO); | 
|---|
|  |  |  | List<Procedures> proceduresList = proceduresMapper.selectList( | 
|---|
|  |  |  | new QueryWrapper<Procedures>().apply(" id in ( select r.PROCEDURE_ID  from route_procedure r where r.ROUTE_ID = '"+bom.getRouteId()+"' )  ") | 
|---|
|  |  |  | .orderByAsc( " SORTNUM  ") | 
|---|
|  |  |  | List<Procedures> proceduresList = proceduresMapper.selectList( | 
|---|
|  |  |  | new QueryWrapper<Procedures>().apply(" id in ( select r.PROCEDURE_ID  from route_procedure r where r.ROUTE_ID = '"+bom.getRouteId()+"' order by r.SORTNUM  )  ") | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | return proceduresList; | 
|---|
|  |  |  | } | 
|---|