johan/add-api #7
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,7 @@ class Axione:
|
|||
|
||||
cur.execute(
|
||||
f"""
|
||||
SELECT EtatImmeuble
|
||||
SELECT EtatImmeuble, DateDebutAcceptationCmdAcces
|
||||
FROM {self.db_name_refimm}
|
||||
WHERE IdentifiantImmeuble == '{id_immeuble}'
|
||||
"""
|
||||
|
@ -182,6 +182,7 @@ class Axione:
|
|||
isEligible=isEligible,
|
||||
ftthStatus=imm_elig,
|
||||
reasonNotEligible=reasonNotEligible,
|
||||
dateCommandable=res[1]
|
||||
)
|
||||
|
||||
return eligStatus
|
||||
|
|
Loading…
Reference in a new issue