Skip to content

Commit

Permalink
fix(be): fix stato facilitatore
Browse files Browse the repository at this point in the history
  • Loading branch information
carloalbertosimoncini committed Jul 22, 2022
1 parent ccaff36 commit 39cebd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public String findStatoSedeByIdProgettoAndIdSedeAndIdEnte(
+ " u.ID "
+ " ,u.NOME "
+ " ,u.COGNOME "
+ " ,espf.STATO_UTENTE "
+ " ,espf.STATO_UTENTE as stato "
+ " ,u.CODICE_FISCALE as codiceFiscale "
+ " FROM "
+ " ente_sede_progetto_facilitatore espf"
Expand Down

0 comments on commit 39cebd0

Please sign in to comment.