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
commit
e0f49557cb
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