parent
1e98fcd4eb
commit
ccf441ea4c
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue