From 137ebdece27efffd9a9f412389faa6bb8db4a683 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 1 Apr 2026 16:51:08 -0300 Subject: [PATCH] fix flash companies modules filter --- src/flash/flash.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flash/flash.module.ts b/src/flash/flash.module.ts index 9936520..fc22804 100644 --- a/src/flash/flash.module.ts +++ b/src/flash/flash.module.ts @@ -99,7 +99,7 @@ inner join mboard.tb_empresa_segmento tes where 1=1 and tvf.vlrvendaacumulada > 0 and tvf.dtavda = TO_DATE(${args.data_venda}, 'YYYY-MM-DD') - and (tvf.nroempresa in (${args.ctx_user_companies})) + and (tvf.nroempresa in (${args.ctx_user_companies_for_module})) group by rollup(canalapp, nomeempresaapp) order by grouping(canalapp) desc, grouping(nomeempresaapp) desc`, };