This commit is contained in:
Emmanuel Viennet 2021-09-13 23:16:02 +02:00
parent e6ff4c1460
commit 31224d853e
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ def list_all(etudsapo_set):
"SELECT "
+ EKEY_SCO
+ """, id AS etudid
FROM identite WHERE dept_id=%(dept_id)
FROM identite WHERE dept_id=%(dept_id)s
""",
{"dept_id", g.scodoc_dept_id},
)