fixes bug#24062
qua: dev: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@110516 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
faafd73c42
commit
8b0f5e86bd
|
@ -205,6 +205,7 @@ public class UsuarioServiceImpl implements UsuarioService, UserDetailsService {
|
|||
entidad.setActivo(Boolean.FALSE);
|
||||
|
||||
usuarioDAO.actualizacion(entidad);
|
||||
logAuditoriaService.auditarExclusao(entidad, entidad.getEmpresa() != null && !entidad.getEmpresa().isEmpty()? entidad.getEmpresa().get(0).getEmpresaId(): null);
|
||||
}
|
||||
|
||||
public Usuario buscarPeloNomeSenha(String stUsuario, String senha) {
|
||||
|
|
Loading…
Reference in New Issue