From c557a76d8a70c6e72ece070e478c6f150b7bf284 Mon Sep 17 00:00:00 2001 From: Ana Elisa dos Santos Date: Fri, 1 Mar 2019 16:56:14 +0000 Subject: [PATCH] =?UTF-8?q?2347=20-=20Corre=C3=A7=C3=B5es=20Geral=20x=20Pl?= =?UTF-8?q?aca?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03 - Painéis/INDICADORES - Geral_placa.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/03 - Painéis/INDICADORES - Geral_placa.xml b/03 - Painéis/INDICADORES - Geral_placa.xml index 3790f5e..097d773 100644 --- a/03 - Painéis/INDICADORES - Geral_placa.xml +++ b/03 - Painéis/INDICADORES - Geral_placa.xml @@ -169,6 +169,7 @@ placa = Number(engine.getField('placa').getValue()); } sql = "select fnc_geralplaca_pivot2(to_date('"+dataInicio+"','dd/MM/yyyy'),to_date('"+dataFinal+"','dd/MM/yyyy')," + placa + ",'" + clientes + "','" + frotaTerceiro + "','" + caminhaoCarreta + "') as sql_return "; + engine.debug(sql); var ds = vQueryService.executeQuery('vitruvio', sql); ds.next();