fixes bug#24062

qua:
dev:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@110516 d1611594-4594-4d17-8e1d-87c2c4800839
master
walace 2022-01-24 21:17:36 +00:00
parent faafd73c42
commit 8b0f5e86bd
1 changed files with 1 additions and 0 deletions

View File

@ -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) {