fixed bug #9746
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@73363 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
5efce21efa
commit
82eb9ac37d
|
@ -277,7 +277,9 @@ public class BusquedaDatosTicketHibernateDAO extends GenericHibernateDAO<Pacote,
|
|||
count = 0;
|
||||
for (HashMap<String, Object> s : secondResult) {
|
||||
if (cajaDiversosId.equals(s.get("CAJADIVERSOS_ID"))) {
|
||||
if (firstResult.get(cajaDiversosId).size() < count) {
|
||||
firstResult.get(cajaDiversosId).get(count).putAll(s);
|
||||
}
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
@ -355,6 +357,7 @@ public class BusquedaDatosTicketHibernateDAO extends GenericHibernateDAO<Pacote,
|
|||
|
||||
/**
|
||||
* Adiciona os filtros na query
|
||||
*
|
||||
* @param query
|
||||
* @param fecInicial
|
||||
* @param fecFinal
|
||||
|
@ -427,7 +430,6 @@ public class BusquedaDatosTicketHibernateDAO extends GenericHibernateDAO<Pacote,
|
|||
return TipoFormapago.RESERVA.equals(pagamento.getTipoFormapago());
|
||||
}
|
||||
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private void carregarDadosServico(List<PacoteVO> pacotes, Date fecInicial, Date fecFinal, Date fecVentaInicial, Date fecVentaFinal, Date fecAlteracaoInicial, Date fecAlteracaoFinal) {
|
||||
StringBuilder sQuery = new StringBuilder();
|
||||
|
|
Loading…
Reference in New Issue