fixes bug#AL-2795
parent
9031f9627a
commit
98d12b7fd8
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ventaboletosadm</artifactId>
|
<artifactId>ventaboletosadm</artifactId>
|
||||||
<version>1.7.13</version>
|
<version>1.7.14</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -65,7 +65,7 @@ private Set<PuntoVenta> pontoVendaConfiguracao;
|
||||||
|
|
||||||
|
|
||||||
stmt.setTimestamp("DATA_INICIAL", new Timestamp(DateUtil.inicioFecha((Date) parametros.get("DATA_INICIAL")).getTime()));
|
stmt.setTimestamp("DATA_INICIAL", new Timestamp(DateUtil.inicioFecha((Date) parametros.get("DATA_INICIAL")).getTime()));
|
||||||
stmt.setTimestamp("DATA_FINAL", new Timestamp(DateUtil.fimFecha((Date) parametros.get("DATA_INICIAL")).getTime()));
|
stmt.setTimestamp("DATA_FINAL", new Timestamp(DateUtil.fimFecha((Date) parametros.get("DATA_FINAL")).getTime()));
|
||||||
|
|
||||||
if(empresaID != null && !empresaID.equals("")){
|
if(empresaID != null && !empresaID.equals("")){
|
||||||
stmt.setInt("EMPRESA_ID", Integer.parseInt(empresaID));
|
stmt.setInt("EMPRESA_ID", Integer.parseInt(empresaID));
|
||||||
|
|
Loading…
Reference in New Issue