fixes bug#AL-3274

master
wallace.henrique 2023-10-06 15:42:08 -03:00
parent 5ad40e8394
commit ba845a4323
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd ">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>

View File

@ -219,6 +219,7 @@ public class RelatorioAproveitamentoFinanceiroTrecho extends Relatorio {
// dadosAux.add(dataResult);
// }
for (Map<String, Object> map : dados) {
// for (Map<String, Object> mapAux : dadosAux) {
// if(map.get("SERVICO").equals(mapAux.get("SERVICO"))) {