Commit a3a9048d9c3a8a723e7ed98917eafb0181aa3011
1 parent
1f3c2115
Exists in
master
and in
1 other branch
Problemas com query de contagem de documentos.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/br/gov/ans/integracao/sei/dao/DocumentoDAO.java
... | ... | @@ -140,7 +140,7 @@ public class DocumentoDAO { |
140 | 140 | parametros.put("codigoTipo", codigoTipo); |
141 | 141 | } |
142 | 142 | |
143 | - builder.append("GROUP BY pr.protocolo_formatado_pesquisa "); | |
143 | + //builder.append("GROUP BY pr.protocolo_formatado_pesquisa "); | |
144 | 144 | |
145 | 145 | Query query = em.createNativeQuery(builder.toString()); |
146 | 146 | ... | ... |