fixes bug #8240
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@62551 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
57f28fda51
commit
af8bab6c13
|
@ -1,5 +1,6 @@
|
||||||
package com.rjconsultores.ventaboletos.service.impl;
|
package com.rjconsultores.ventaboletos.service.impl;
|
||||||
|
|
||||||
|
import java.util.Date;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
@ -36,6 +37,7 @@ public class FechamentoParamptovtaServiceImpl implements FechamentoParamptovtaSe
|
||||||
@Override
|
@Override
|
||||||
@Transactional
|
@Transactional
|
||||||
public FechamentoParamptovta actualizacion(FechamentoParamptovta entidad) {
|
public FechamentoParamptovta actualizacion(FechamentoParamptovta entidad) {
|
||||||
|
entidad.setFecmodif(new Date());
|
||||||
return fechamentoParamptovtaDAO.actualizacion(entidad);
|
return fechamentoParamptovtaDAO.actualizacion(entidad);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue