wilian 2016-06-16 22:01:27 +00:00
parent 0ce7afedc3
commit 2920799b43
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ public class ConferenciaComissaoHibernateDAO extends GenericHibernateDAO<Confere
if(empresa != null) {
parametros.put("empresaId", empresa.getEmpresaId());
}
if(puntoVenta != null) {
if(puntoVenta != null && puntoVenta.getPuntoventaId() > -1) {
parametros.put("puntoventaId", puntoVenta.getPuntoventaId());
}