This commit is contained in:
KANE LAZENI 2026-02-18 12:03:05 +00:00
parent 8f79ad53a3
commit 223e70c867
2 changed files with 3 additions and 8 deletions

View File

@ -28,6 +28,8 @@ class ControleurHtagcarte extends Controleur {
$motifRevocation = $this->requete->getParametreFormulaire("motifRevocation");
$this->carte->revoquer_carte($idHtagcarte, $motifRevocation);
}
$this->executerAction("index");
// $this->rediriger("Htagcarte");
}
}

View File

@ -283,11 +283,4 @@ class Carteassure extends Modele {
$this->executerRequete($sql, array($idHtagcarte, $user, $motifRevocation));
}
CALL sp_revoquer_carte
(
'19', -- p_idHtagcarte BIGINT,
'kane', -- p_user VARCHAR(50),
'TEST REVOCATION' -- p_motifRevocation VARCHAR(255)
);
}