fixed bug #8434 - correção relatório demandas, filtro de corridas extras
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@64578 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d018da9a8c
commit
3eb85e15fc
|
@ -124,7 +124,7 @@ public class RelatorioDemandasDetalhado extends RelatorioDemandas {
|
||||||
sql.append(" ) ");
|
sql.append(" ) ");
|
||||||
}
|
}
|
||||||
if (parametros.get("TIPO_SERVICO") != null) {
|
if (parametros.get("TIPO_SERVICO") != null) {
|
||||||
sql.append(" AND ts.TIPOSERVICIO_ID = :TIPO_SERVICO ");
|
sql.append(" AND c.TIPOSERVICIO_ID = :TIPO_SERVICO ");
|
||||||
}
|
}
|
||||||
sql.append(" GROUP BY ");
|
sql.append(" GROUP BY ");
|
||||||
sql.append(" e.NOMBEMPRESA, ");
|
sql.append(" e.NOMBEMPRESA, ");
|
||||||
|
|
Loading…
Reference in New Issue