fixed bug #9746
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@73431 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d17e49cc4a
commit
89001d0037
|
@ -277,8 +277,10 @@ public class BusquedaDatosTicketHibernateDAO extends GenericHibernateDAO<Pacote,
|
||||||
count = 0;
|
count = 0;
|
||||||
for (HashMap<String, Object> s : secondResult) {
|
for (HashMap<String, Object> s : secondResult) {
|
||||||
if (cajaDiversosId.equals(s.get("CAJADIVERSOS_ID"))) {
|
if (cajaDiversosId.equals(s.get("CAJADIVERSOS_ID"))) {
|
||||||
if (firstResult.get(cajaDiversosId).size() < count) {
|
try{
|
||||||
firstResult.get(cajaDiversosId).get(count).putAll(s);
|
firstResult.get(cajaDiversosId).get(count).putAll(s);
|
||||||
|
}catch(Exception ex){
|
||||||
|
log.info("***info> cajaDiversosId: " + cajaDiversosId + ", verificar reserva");
|
||||||
}
|
}
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue