fixes bug #AL-2468
parent
e1778d2584
commit
c4883f7480
|
@ -42,7 +42,7 @@ public class SincronizarTramoService {
|
||||||
return listTramoTarifa;
|
return listTramoTarifa;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ReadOnlyConnection
|
@ReadOnlyConnection
|
||||||
public List<TramoVO> buscarListaTramosPorId(CorridaVO corridaVO) throws Exception {
|
public List<TramoVO> buscarListaTramosPorId(CorridaVO corridaVO) throws Exception {
|
||||||
TramoDAO tramoDAO = (TramoDAO)AppContext.getApplicationContext().getBean("tramoDAO");
|
TramoDAO tramoDAO = (TramoDAO)AppContext.getApplicationContext().getBean("tramoDAO");
|
||||||
ParadaDAO paradaDAO = (ParadaDAO)AppContext.getApplicationContext().getBean("paradaDAO");
|
ParadaDAO paradaDAO = (ParadaDAO)AppContext.getApplicationContext().getBean("paradaDAO");
|
||||||
|
|
Loading…
Reference in New Issue