Skip to content

Commit

Permalink
Merge pull request #513 from RJ-SMTR/bug-fix/correcao-consolidado
Browse files Browse the repository at this point in the history
Adicionado TEC
  • Loading branch information
williamfl2007 authored Oct 25, 2024
2 parents 646e4b5 + 9091c9a commit d413bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relatorio/relatorio-consolidado.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class RelatorioConsolidadoRepository {
inner join item_transacao it on ita.id = it."itemTransacaoAgrupadoId"
inner join arquivo_publicacao ap on ap."itemTransacaoId"=it.id
inner join cliente_favorecido cf on cf.id=it."clienteFavorecidoId"
where ta."statusId"<>5 and ita."nomeConsorcio" in('STPC','STPL') `;
where ta."statusId"<>5 and ita."nomeConsorcio" in('STPC','STPL','TEC') `;
if(dataInicio!==undefined && dataFim!==undefined &&
(dataFim === dataInicio || new Date(dataFim)>new Date(dataInicio)))
query = query +` and da."dataVencimento" between '${dataInicio}' and '${dataFim}'`;
Expand Down

0 comments on commit d413bcb

Please sign in to comment.