a
This commit is contained in:
parent
3a9861ae4c
commit
a4ef87bad3
|
|
@ -85,7 +85,28 @@
|
|||
|
||||
$demande = $assure->checkdemandereconnaissancefaciale_id();
|
||||
|
||||
var_dump($demande);
|
||||
// var_dump($demande);
|
||||
/*
|
||||
idDemande
|
||||
codePrestataire
|
||||
idBeneficiaire
|
||||
codeEtat
|
||||
nbTentative
|
||||
lienPhotoWebcam
|
||||
dateExpiration
|
||||
demandeExpiree
|
||||
beneficiaire
|
||||
prestataire
|
||||
*/
|
||||
var_dump(
|
||||
array(
|
||||
// "bdd" => $bdd,
|
||||
"idDemande" => $idDemande,
|
||||
"codeEtat" => $codeEtat,
|
||||
"demandeExpiree" => $demandeExpiree,
|
||||
)
|
||||
|
||||
);
|
||||
|
||||
/*
|
||||
if(!$feuilleMaladieEncours) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user