fixes bug#22235
dev: Celio qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@107204 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
35d74525b8
commit
52381c7836
|
@ -67,7 +67,7 @@ public class RelatorioResumoLinhasAnaliticoSumarizado extends Relatorio {
|
|||
stmt.setInt("GRUPORUTA_ID", grupoRutaId);
|
||||
}
|
||||
stmt.setInt("EMPRESA_ID", empresaId.intValue());
|
||||
rset = stmt.executeQuery();
|
||||
rset = stmt.executeQuery();
|
||||
|
||||
lsDadosRelatorio = new ArrayList<RelatorioResumoLinhasBean>();
|
||||
Set<RelatorioResumoLinhasBean> setDadosRelatorio = new HashSet<RelatorioResumoLinhasBean>();
|
||||
|
|
|
@ -35,7 +35,7 @@ public class RelatorioResumoLinhasBean implements Comparable<RelatorioResumoLinh
|
|||
private BigDecimal PAX_KM;
|
||||
private BigDecimal PAX_OFERTADO;
|
||||
private String DESC_CLASE_SERVICIO;
|
||||
private BigDecimal ASSENTOS;
|
||||
private BigDecimal ASSENTOS;
|
||||
|
||||
public BigDecimal getRUTA_ID_VOLTA() {
|
||||
return RUTA_ID_VOLTA;
|
||||
|
|
Loading…
Reference in New Issue