This website works better with JavaScript.
Home
Explore
Help
Sign In
TLK
/
Controle_caixa
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
2347 - Correções Geral x Placa
master
Ana Elisa dos Santos
6 years ago
parent
180b26e58c
commit
c557a76d8a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
Write
Preview
Loading…
Cancel
Save