edgar 2017-01-06 17:03:03 +00:00
parent 1a710ee092
commit 7df33a04a7
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class SegVKMHibernateDAO extends GenericHibernateDAO<SegVKM, Integer>
list = miQry.list();
}
return list.isEmpty() ? null : list.get(0);
return list.isEmpty() ? BigDecimal.ZERO : list.get(0);
}
public String seriePorEmpresa(Integer empresaId) {