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-87c2c4800839
master
fabio 2021-06-14 18:54:05 +00:00
parent 35d74525b8
commit 52381c7836
2 changed files with 2 additions and 2 deletions

View File

@ -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>();

View File

@ -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;