commit merge

master
Célio de Souza Ribeiro JR 2023-05-03 15:02:25 -03:00
parent 37e8eafeb2
commit c148fa5f83
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class RelatorioTabelaPreco extends Relatorio {
this.setCustomDataSource(new ArrayDataSource(this) {
@Override
@Override
public void initDados() throws Exception {
Connection conexao = this.relatorio.getConexao();
NamedParameterStatement stmt = new NamedParameterStatement(conexao, getSql());