Skip to content

Commit

Permalink
fix(be): corretto campo stato facilitatore
Browse files Browse the repository at this point in the history
  • Loading branch information
carloalbertosimoncini committed Jul 22, 2022
1 parent 863d204 commit ccaff36
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 "
+ " ,u.STATO "
+ " ,espf.STATO_UTENTE "
+ " ,u.CODICE_FISCALE as codiceFiscale "
+ " FROM "
+ " ente_sede_progetto_facilitatore espf"
Expand Down

0 comments on commit ccaff36

Please sign in to comment.