Erro SQL do rel forma pagamento fixes bug#AL-4118

master
fabio 2024-04-08 10:33:02 -03:00
parent 89985de3f4
commit 6974739a83
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.63.0</version>
<version>1.63.1</version>
<packaging>war</packaging>
<properties>

View File

@ -59,7 +59,7 @@ public class RelatorioFormaPagamentoAgenciaNovo extends RelatorioDemandas {
sql.append(" AND c.fechorventa <= :dataFinal " );
if (empresa != null) {
sql.append(" AND c.empresa_id = :empresaId ");
sql.append(" AND m.empresa_id = :empresaId ");
}
if (agencia != null) {