fixes bug#AL-3501

qua:filipe
Alteração: Aumentando a paginação para 300
master
Gleison da Cruz 2023-12-19 10:50:16 -03:00
parent 1e98fcd4eb
commit ccf441ea4c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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