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