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

@ -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"))) {