Merge pull request 'fixes bug#AL-3501' (!130) from AL-3501 into master

Reviewed-on: adm/ModelWeb#130
Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>
Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>
master
Gleison da Cruz 2023-12-19 13:53:54 +00:00
commit e0f49557cb
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId>
<version>1.27.0</version>
<version>1.27.1</version>
<distributionManagement>
<repository>

View File

@ -106,7 +106,7 @@ public class SapHibernateDAO extends GenericHibernateDAO<FechamentoCntcorrente,
query.setDate("dataAte", DateUtil.normalizarToFecha(dataAte));
}
query.setMaxResults(100);
query.setMaxResults(300);
@SuppressWarnings("unchecked")
List<Object[]> list = query.list();