Browse Source

2347 - Correções Geral x Placa

master
Ana Elisa dos Santos 6 years ago
parent
commit
c557a76d8a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      03 - Painéis/INDICADORES - Geral_placa.xml

+ 1
- 0
03 - Painéis/INDICADORES - Geral_placa.xml View File

@ -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();


Loading…
Cancel
Save