fixes bug#AL-3937
parent
efd7a0d166
commit
0917f316a6
|
@ -44,7 +44,6 @@ public class RelatorioEstoque extends Relatorio {
|
|||
String sql = retornarItensConsultaPorPuloFolio(puntoVentaId,empresaId, dtInicio, dtFim);
|
||||
|
||||
NamedParameterStatement stmt = new NamedParameterStatement(conexao, sql);
|
||||
System.out.println(sql);
|
||||
if(dtInicio != null && dtFim != null) {
|
||||
stmt.setString("dataInicio", DateUtil.getStringDate(dtInicio, "dd/MM/yyyy") + " 00:00:00");
|
||||
stmt.setString("dataFinal", DateUtil.getStringDate(dtFim, "dd/MM/yyyy") + " 23:59:59");
|
||||
|
|
Loading…
Reference in New Issue